Html Css Color HEX #AB0366 Jazzberry Jam

📋 copy color: '#AB0366'

red 171 ◦ green 3 ◦ blue 102

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

Shades of Jazzberry Jam #AB0366

Tints of Jazzberry Jam #AB0366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 102 (40.23% from 255) = 36.96%

R = 61.96%
G = 1.09%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB0366 (or 0xAB0366) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 66. RGB value is (171,3,102). Sum of RGB (Red+Green+Blue) = 171+3+102=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0366 is #54FC99. Grayscale: #404040. Windows color (decimal): -5569690 or 6685611. OLE color: 6685611.

HSL color Cylindrical-coordinate representation of color #AB0366: hue angle of 324.64º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0366 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 3 102 -
CMYK 0 0.98 0.40 0.33
HSL 324.64º 0.97% 0.34% -
HSV(B) 324.64º 0.98% 0.67% -
XYZ 19.23 9.68 13.43 -
YUV 64.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 171 3 102 0 0.98 0.40 0.33 324.64 0.97 0.34
Hex AB 3 66 0 62 28 21 145 61 22
Octal 253 3 146 0 142 50 41 505 141 42
Binary 10101011 11 1100110 0 1100010 101000 100001 101000101 1100001 100010

Color Harmonies of #AB0366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0366

Black with #AB0366

Text Example


Text Example

White with #AB0366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0366; }

 p { color: rgb(171,3,102); }

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

background-color css

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

 a { background-color: rgb(171,3,102); }

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

border-color css

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

 span { border-color: rgb(171,3,102); }

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