Html Css Color HEX #AB0C6A Jazzberry Jam

📋 copy color: '#AB0C6A'

red 171 ◦ green 12 ◦ blue 106

#AB0C6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AB0C6A

Tints of Jazzberry Jam #AB0C6A

RGB

 RED value IS 171 (67.19% from 255) = 59.17%

 GREEN value IS 12 (5.08% from 255) = 4.15%

 BLUE value IS 106 (41.8% from 255) = 36.68%

R = 59.17%
G = 4.15%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB0C6A (or 0xAB0C6A) is known color: Jazzberry Jam. HEX triplet: AB, 0C and 6A. RGB value is (171,12,106). Sum of RGB (Red+Green+Blue) = 171+12+106=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0C6A is #54F395. Grayscale: #464646. Windows color (decimal): -5567382 or 6950059. OLE color: 6950059.

HSL color Cylindrical-coordinate representation of color #AB0C6A: hue angle of 324.53º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C6A is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 12 106 -
CMYK 0 0.93 0.38 0.33
HSL 324.53º 0.87% 0.36% -
HSV(B) 324.53º 0.93% 0.67% -
XYZ 19.53 9.96 14.53 -
YUV 70.26 148.18 199.86 -
System Red Green Blue C M Y K H S L
Decimal 171 12 106 0 0.93 0.38 0.33 324.53 0.87 0.36
Hex AB C 6A 0 5D 26 21 145 57 24
Octal 253 14 152 0 135 46 41 505 127 44
Binary 10101011 1100 1101010 0 1011101 100110 100001 101000101 1010111 100100

Color Harmonies of #AB0C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C6A

Black with #AB0C6A

Text Example


Text Example

White with #AB0C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C6A; }

 p { color: rgb(171,12,106); }

 H1.HeaderClassName
 {
   color: #AB0C6A;
 }
 .AnyTagClassName
 {
   color: #AB0C6A;
 }
</style>

background-color css

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

 a { background-color: rgb(171,12,106); }

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

border-color css

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

 span { border-color: rgb(171,12,106); }

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