Html Css Color HEX #AB0466 Jazzberry Jam

📋 copy color: '#AB0466'

red 171 ◦ green 4 ◦ blue 102

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

Shades of Jazzberry Jam #AB0466

Tints of Jazzberry Jam #AB0466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 61.73%
G = 1.44%
B = 36.82%

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

#AB0466 (or 0xAB0466) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 66. RGB value is (171,4,102). Sum of RGB (Red+Green+Blue) = 171+4+102=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0466 is #54FB99. Grayscale: #404040. Windows color (decimal): -5569434 or 6685867. OLE color: 6685867.

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

Color convert

RGB 171 4 102 -
CMYK 0 0.98 0.40 0.33
HSL 324.79º 0.95% 0.34% -
HSV(B) 324.79º 0.98% 0.67% -
XYZ 19.24 9.7 13.43 -
YUV 65.11 148.83 203.53 -
System Red Green Blue C M Y K H S L
Decimal 171 4 102 0 0.98 0.40 0.33 324.79 0.95 0.34
Hex AB 4 66 0 62 28 21 145 5F 22
Octal 253 4 146 0 142 50 41 505 137 42
Binary 10101011 100 1100110 0 1100010 101000 100001 101000101 1011111 100010

Color Harmonies of #AB0466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0466

Black with #AB0466

Text Example


Text Example

White with #AB0466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0466; }

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

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

background-color css

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

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

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

border-color css

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

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

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