Html Css Color HEX #AB0364 Jazzberry Jam

📋 copy color: '#AB0364'

red 171 ◦ green 3 ◦ blue 100

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

Shades of Jazzberry Jam #AB0364

Tints of Jazzberry Jam #AB0364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.5%

R = 62.41%
G = 1.09%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB0364 (or 0xAB0364) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 64. RGB value is (171,3,100). Sum of RGB (Red+Green+Blue) = 171+3+100=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0364 is #54FC9B. Grayscale: #404040. Windows color (decimal): -5569692 or 6554539. OLE color: 6554539.

HSL color Cylindrical-coordinate representation of color #AB0364: hue angle of 325.36º 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 #AB0364 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 3 100 -
CMYK 0 0.98 0.42 0.33
HSL 325.36º 0.97% 0.34% -
HSV(B) 325.36º 0.98% 0.67% -
XYZ 19.13 9.64 12.91 -
YUV 64.29 148.16 204.11 -
System Red Green Blue C M Y K H S L
Decimal 171 3 100 0 0.98 0.42 0.33 325.36 0.97 0.34
Hex AB 3 64 0 62 2A 21 145 61 22
Octal 253 3 144 0 142 52 41 505 141 42
Binary 10101011 11 1100100 0 1100010 101010 100001 101000101 1100001 100010

Color Harmonies of #AB0364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0364

Black with #AB0364

Text Example


Text Example

White with #AB0364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0364; }

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

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

background-color css

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

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

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

border-color css

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

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

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