Html Css Color HEX #AB0642 Jazzberry Jam

📋 copy color: '#AB0642'

red 171 ◦ green 6 ◦ blue 66

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

Shades of Jazzberry Jam #AB0642

Tints of Jazzberry Jam #AB0642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.16%

R = 70.37%
G = 2.47%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB0642 (or 0xAB0642) is known color: Jazzberry Jam. HEX triplet: AB, 06 and 42. RGB value is (171,6,66). Sum of RGB (Red+Green+Blue) = 171+6+66=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0642 is #54F9BD. Grayscale: #3E3E3E. Windows color (decimal): -5568958 or 4327083. OLE color: 4327083.

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

Color convert

RGB 171 6 66 -
CMYK 0 0.96 0.61 0.33
HSL 338.18º 0.93% 0.35% -
HSV(B) 338.18º 0.96% 0.67% -
XYZ 17.84 9.18 5.99 -
YUV 62.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 171 6 66 0 0.96 0.61 0.33 338.18 0.93 0.35
Hex AB 6 42 0 60 3D 21 152 5D 23
Octal 253 6 102 0 140 75 41 522 135 43
Binary 10101011 110 1000010 0 1100000 111101 100001 101010010 1011101 100011

Color Harmonies of #AB0642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0642

Black with #AB0642

Text Example


Text Example

White with #AB0642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0642; }

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

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

background-color css

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

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

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

border-color css

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

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

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