Html Css Color HEX #AC0F6C Jazzberry Jam

📋 copy color: '#AC0F6C'

red 172 ◦ green 15 ◦ blue 108

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

Shades of Jazzberry Jam #AC0F6C

Tints of Jazzberry Jam #AC0F6C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.08%

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 58.31%
G = 5.08%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC0F6C (or 0xAC0F6C) is known color: Jazzberry Jam. HEX triplet: AC, 0F and 6C. RGB value is (172,15,108). Sum of RGB (Red+Green+Blue) = 172+15+108=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0F6C is #53F093. Grayscale: #484848. Windows color (decimal): -5501076 or 7081900. OLE color: 7081900.

HSL color Cylindrical-coordinate representation of color #AC0F6C: hue angle of 324.46º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F6C is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 15 108 -
CMYK 0 0.91 0.37 0.33
HSL 324.46º 0.84% 0.37% -
HSV(B) 324.46º 0.91% 0.67% -
XYZ 19.89 10.2 15.11 -
YUV 72.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 172 15 108 0 0.91 0.37 0.33 324.46 0.84 0.37
Hex AC F 6C 0 5B 25 21 144 54 25
Octal 254 17 154 0 133 45 41 504 124 45
Binary 10101100 1111 1101100 0 1011011 100101 100001 101000100 1010100 100101

Color Harmonies of #AC0F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F6C

Black with #AC0F6C

Text Example


Text Example

White with #AC0F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F6C; }

 p { color: rgb(172,15,108); }

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

background-color css

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

 a { background-color: rgb(172,15,108); }

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

border-color css

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

 span { border-color: rgb(172,15,108); }

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