Html Css Color HEX #AB0652 Jazzberry Jam

📋 copy color: '#AB0652'

red 171 ◦ green 6 ◦ blue 82

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

Shades of Jazzberry Jam #AB0652

Tints of Jazzberry Jam #AB0652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.32%

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 66.02%
G = 2.32%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB0652 (or 0xAB0652) is known color: Jazzberry Jam. HEX triplet: AB, 06 and 52. RGB value is (171,6,82). Sum of RGB (Red+Green+Blue) = 171+6+82=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0652 is #54F9AD. Grayscale: #3F3F3F. Windows color (decimal): -5568942 or 5375659. OLE color: 5375659.

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

Color convert

RGB 171 6 82 -
CMYK 0 0.96 0.52 0.33
HSL 332.36º 0.93% 0.35% -
HSV(B) 332.36º 0.96% 0.67% -
XYZ 18.38 9.4 8.83 -
YUV 64 138.16 204.32 -
System Red Green Blue C M Y K H S L
Decimal 171 6 82 0 0.96 0.52 0.33 332.36 0.93 0.35
Hex AB 6 52 0 60 34 21 14C 5D 23
Octal 253 6 122 0 140 64 41 514 135 43
Binary 10101011 110 1010010 0 1100000 110100 100001 101001100 1011101 100011

Color Harmonies of #AB0652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0652

Black with #AB0652

Text Example


Text Example

White with #AB0652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0652; }

 p { color: rgb(171,6,82); }

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

background-color css

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

 a { background-color: rgb(171,6,82); }

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

border-color css

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

 span { border-color: rgb(171,6,82); }

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