Html Css Color HEX #AB0A65 Jazzberry Jam

📋 copy color: '#AB0A65'

red 171 ◦ green 10 ◦ blue 101

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

Shades of Jazzberry Jam #AB0A65

Tints of Jazzberry Jam #AB0A65

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.55%

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 60.64%
G = 3.55%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB0A65 (or 0xAB0A65) is known color: Jazzberry Jam. HEX triplet: AB, 0A and 65. RGB value is (171,10,101). Sum of RGB (Red+Green+Blue) = 171+10+101=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0A65 is #54F59A. Grayscale: #444444. Windows color (decimal): -5567899 or 6621867. OLE color: 6621867.

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

Color convert

RGB 171 10 101 -
CMYK 0 0.94 0.41 0.33
HSL 326.09º 0.89% 0.35% -
HSV(B) 326.09º 0.94% 0.67% -
XYZ 19.25 9.81 13.19 -
YUV 68.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 171 10 101 0 0.94 0.41 0.33 326.09 0.89 0.35
Hex AB A 65 0 5E 29 21 146 59 23
Octal 253 12 145 0 136 51 41 506 131 43
Binary 10101011 1010 1100101 0 1011110 101001 100001 101000110 1011001 100011

Color Harmonies of #AB0A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A65

Black with #AB0A65

Text Example


Text Example

White with #AB0A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A65; }

 p { color: rgb(171,10,101); }

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

background-color css

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

 a { background-color: rgb(171,10,101); }

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

border-color css

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

 span { border-color: rgb(171,10,101); }

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