Html Css Color HEX #AB0968 Jazzberry Jam

📋 copy color: '#AB0968'

red 171 ◦ green 9 ◦ blue 104

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

Shades of Jazzberry Jam #AB0968

Tints of Jazzberry Jam #AB0968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.62%

R = 60.21%
G = 3.17%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB0968 (or 0xAB0968) is known color: Jazzberry Jam. HEX triplet: AB, 09 and 68. RGB value is (171,9,104). Sum of RGB (Red+Green+Blue) = 171+9+104=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0968 is #54F697. Grayscale: #444444. Windows color (decimal): -5568152 or 6818219. OLE color: 6818219.

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

Color convert

RGB 171 9 104 -
CMYK 0 0.95 0.39 0.33
HSL 324.81º 0.9% 0.35% -
HSV(B) 324.81º 0.95% 0.67% -
XYZ 19.39 9.85 13.98 -
YUV 68.27 148.17 201.28 -
System Red Green Blue C M Y K H S L
Decimal 171 9 104 0 0.95 0.39 0.33 324.81 0.9 0.35
Hex AB 9 68 0 5F 27 21 145 5A 23
Octal 253 11 150 0 137 47 41 505 132 43
Binary 10101011 1001 1101000 0 1011111 100111 100001 101000101 1011010 100011

Color Harmonies of #AB0968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0968

Black with #AB0968

Text Example


Text Example

White with #AB0968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0968; }

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

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

background-color css

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

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

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

border-color css

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

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

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