Html Css Color HEX #AC0F5B Jazzberry Jam

📋 copy color: '#AC0F5B'

red 172 ◦ green 15 ◦ blue 91

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

Shades of Jazzberry Jam #AC0F5B

Tints of Jazzberry Jam #AC0F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 61.87%
G = 5.4%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC0F5B (or 0xAC0F5B) is known color: Jazzberry Jam. HEX triplet: AC, 0F and 5B. RGB value is (172,15,91). Sum of RGB (Red+Green+Blue) = 172+15+91=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0F5B is #53F0A4. Grayscale: #464646. Windows color (decimal): -5501093 or 5967788. OLE color: 5967788.

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

Color convert

RGB 172 15 91 -
CMYK 0 0.91 0.47 0.33
HSL 330.96º 0.84% 0.37% -
HSV(B) 330.96º 0.91% 0.67% -
XYZ 19.07 9.87 10.8 -
YUV 70.61 139.51 200.32 -
System Red Green Blue C M Y K H S L
Decimal 172 15 91 0 0.91 0.47 0.33 330.96 0.84 0.37
Hex AC F 5B 0 5B 2F 21 14B 54 25
Octal 254 17 133 0 133 57 41 513 124 45
Binary 10101100 1111 1011011 0 1011011 101111 100001 101001011 1010100 100101

Color Harmonies of #AC0F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F5B

Black with #AC0F5B

Text Example


Text Example

White with #AC0F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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