Html Css Color HEX #AB0962 Jazzberry Jam

📋 copy color: '#AB0962'

red 171 ◦ green 9 ◦ blue 98

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

Shades of Jazzberry Jam #AB0962

Tints of Jazzberry Jam #AB0962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.24%

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

R = 61.51%
G = 3.24%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB0962 (or 0xAB0962) is known color: Jazzberry Jam. HEX triplet: AB, 09 and 62. RGB value is (171,9,98). Sum of RGB (Red+Green+Blue) = 171+9+98=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0962 is #54F69D. Grayscale: #434343. Windows color (decimal): -5568158 or 6425003. OLE color: 6425003.

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

Color convert

RGB 171 9 98 -
CMYK 0 0.95 0.43 0.33
HSL 327.04º 0.9% 0.35% -
HSV(B) 327.04º 0.95% 0.67% -
XYZ 19.1 9.74 12.43 -
YUV 67.58 145.17 201.76 -
System Red Green Blue C M Y K H S L
Decimal 171 9 98 0 0.95 0.43 0.33 327.04 0.9 0.35
Hex AB 9 62 0 5F 2B 21 147 5A 23
Octal 253 11 142 0 137 53 41 507 132 43
Binary 10101011 1001 1100010 0 1011111 101011 100001 101000111 1011010 100011

Color Harmonies of #AB0962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0962

Black with #AB0962

Text Example


Text Example

White with #AB0962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0962; }

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

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

background-color css

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

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

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

border-color css

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

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

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