Html Css Color HEX #AB0762 Jazzberry Jam

📋 copy color: '#AB0762'

red 171 ◦ green 7 ◦ blue 98

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

Shades of Jazzberry Jam #AB0762

Tints of Jazzberry Jam #AB0762

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 61.96%
G = 2.54%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB0762 (or 0xAB0762) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 62. RGB value is (171,7,98). Sum of RGB (Red+Green+Blue) = 171+7+98=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0762 is #54F89D. Grayscale: #424242. Windows color (decimal): -5568670 or 6424491. OLE color: 6424491.

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

Color convert

RGB 171 7 98 -
CMYK 0 0.96 0.43 0.33
HSL 326.71º 0.92% 0.35% -
HSV(B) 326.71º 0.96% 0.67% -
XYZ 19.08 9.69 12.42 -
YUV 66.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 171 7 98 0 0.96 0.43 0.33 326.71 0.92 0.35
Hex AB 7 62 0 60 2B 21 147 5C 23
Octal 253 7 142 0 140 53 41 507 134 43
Binary 10101011 111 1100010 0 1100000 101011 100001 101000111 1011100 100011

Color Harmonies of #AB0762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0762

Black with #AB0762

Text Example


Text Example

White with #AB0762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0762; }

 p { color: rgb(171,7,98); }

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

background-color css

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

 a { background-color: rgb(171,7,98); }

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

border-color css

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

 span { border-color: rgb(171,7,98); }

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