Html Css Color HEX #AC086C Jazzberry Jam

📋 copy color: '#AC086C'

red 172 ◦ green 8 ◦ blue 108

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

Shades of Jazzberry Jam #AC086C

Tints of Jazzberry Jam #AC086C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.78%

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

R = 59.72%
G = 2.78%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC086C (or 0xAC086C) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 6C. RGB value is (172,8,108). Sum of RGB (Red+Green+Blue) = 172+8+108=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC086C is #53F793. Grayscale: #444444. Windows color (decimal): -5502868 or 7080108. OLE color: 7080108.

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

Color convert

RGB 172 8 108 -
CMYK 0 0.95 0.37 0.33
HSL 323.41º 0.91% 0.35% -
HSV(B) 323.41º 0.95% 0.67% -
XYZ 19.81 10.03 15.08 -
YUV 68.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 172 8 108 0 0.95 0.37 0.33 323.41 0.91 0.35
Hex AC 8 6C 0 5F 25 21 143 5B 23
Octal 254 10 154 0 137 45 41 503 133 43
Binary 10101100 1000 1101100 0 1011111 100101 100001 101000011 1011011 100011

Color Harmonies of #AC086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC086C

Black with #AC086C

Text Example


Text Example

White with #AC086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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