#AD1F6A

Color #AD1F6A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AD1F6A

Tints of Jazzberry Jam #AD1F6A

Color information

#AD1F6A (or 0xAD1F6A) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 1F and 6A. RGB value is (173,31,106). Sum of RGB (Red+Green+Blue) = 173+31+106=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1F6A is #52E095. Grayscale: #515151. Windows color (decimal): -5431446 or 6954925. OLE color: 6954925.

HSL color Cylindrical-coordinate representation of color #AD1F6A: hue angle of 328.31º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1F6A is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB17331106-
CMYK00.820.390.32
HSL328.31º69.61%40%-
HSV(B)328.31º82.08%67.84%-
XYZ20.3310.914.67-
YUV82.01141.54192.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 55.81%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=55.81%
G=10%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733110600.820.390.32328.3169.6140
HexAD1F6A05227201484628
Octal255371520122474051010650
Binary10101101111111101010010100101001111000001010010001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1F6A; }

 p { color: rgb(173,31,106); }

 H1.HeaderClassName
 {
   color: #AD1F6A;
 }
 .AnyTagClassName
 {
   color: #AD1F6A;
 }
</style>
background-color css

<style>
 a { background-color: #AD1F6A; }

 a { background-color: rgb(173,31,106); }

 div.DivClassName
 {
   background-color: #AD1F6A;
 }
 .BgClassName
 {
   background-color: #AD1F6A;
 }
</style>
border-color css

<style>
 span { border-color: #AD1F6A; }

 span { border-color: rgb(173,31,106); }

 td.TdClassName
 {
   border-color: #AD1F6A;
 }
 .TagClassName
 {
   border-color: #AD1F6A;
 }
</style>