Html Css Color HEX #AC0A65 Jazzberry Jam

📋 copy color: '#AC0A65'

red 172 ◦ green 10 ◦ blue 101

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

Shades of Jazzberry Jam #AC0A65

Tints of Jazzberry Jam #AC0A65

RGB

 RED value IS 172 (67.58% from 255) = 60.78%

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

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

R = 60.78%
G = 3.53%
B = 35.69%

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

#AC0A65 (or 0xAC0A65) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 65. RGB value is (172,10,101). Sum of RGB (Red+Green+Blue) = 172+10+101=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A65 is #53F59A. Grayscale: #444444. Windows color (decimal): -5502363 or 6621868. OLE color: 6621868.

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

Color convert

RGB 172 10 101 -
CMYK 0 0.94 0.41 0.33
HSL 326.3º 0.89% 0.36% -
HSV(B) 326.3º 0.94% 0.67% -
XYZ 19.47 9.93 13.2 -
YUV 68.81 146.17 201.6 -
System Red Green Blue C M Y K H S L
Decimal 172 10 101 0 0.94 0.41 0.33 326.3 0.89 0.36
Hex AC A 65 0 5E 29 21 146 59 24
Octal 254 12 145 0 136 51 41 506 131 44
Binary 10101100 1010 1100101 0 1011110 101001 100001 101000110 1011001 100100

Color Harmonies of #AC0A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A65

Black with #AC0A65

Text Example


Text Example

White with #AC0A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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