Html Css Color HEX #AC0D65 Jazzberry Jam

📋 copy color: '#AC0D65'

red 172 ◦ green 13 ◦ blue 101

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

Shades of Jazzberry Jam #AC0D65

Tints of Jazzberry Jam #AC0D65

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.55%

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

R = 60.14%
G = 4.55%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC0D65 (or 0xAC0D65) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 65. RGB value is (172,13,101). Sum of RGB (Red+Green+Blue) = 172+13+101=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D65 is #53F29A. Grayscale: #464646. Windows color (decimal): -5501595 or 6622636. OLE color: 6622636.

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

Color convert

RGB 172 13 101 -
CMYK 0 0.92 0.41 0.33
HSL 326.79º 0.86% 0.36% -
HSV(B) 326.79º 0.92% 0.67% -
XYZ 19.51 10 13.21 -
YUV 70.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 172 13 101 0 0.92 0.41 0.33 326.79 0.86 0.36
Hex AC D 65 0 5C 29 21 147 56 24
Octal 254 15 145 0 134 51 41 507 126 44
Binary 10101100 1101 1100101 0 1011100 101001 100001 101000111 1010110 100100

Color Harmonies of #AC0D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D65

Black with #AC0D65

Text Example


Text Example

White with #AC0D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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