Html Css Color HEX #AC086E Jazzberry Jam

📋 copy color: '#AC086E'

red 172 ◦ green 8 ◦ blue 110

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

Shades of Jazzberry Jam #AC086E

Tints of Jazzberry Jam #AC086E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 59.31%
G = 2.76%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC086E (or 0xAC086E) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 6E. RGB value is (172,8,110). Sum of RGB (Red+Green+Blue) = 172+8+110=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC086E is #53F791. Grayscale: #444444. Windows color (decimal): -5502866 or 7211180. OLE color: 7211180.

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

Color convert

RGB 172 8 110 -
CMYK 0 0.95 0.36 0.33
HSL 322.68º 0.91% 0.35% -
HSV(B) 322.68º 0.95% 0.67% -
XYZ 19.91 10.07 15.65 -
YUV 68.66 151.33 201.71 -
System Red Green Blue C M Y K H S L
Decimal 172 8 110 0 0.95 0.36 0.33 322.68 0.91 0.35
Hex AC 8 6E 0 5F 24 21 143 5B 23
Octal 254 10 156 0 137 44 41 503 133 43
Binary 10101100 1000 1101110 0 1011111 100100 100001 101000011 1011011 100011

Color Harmonies of #AC086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC086E

Black with #AC086E

Text Example


Text Example

White with #AC086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC086E; }

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

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

background-color css

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

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

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

border-color css

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

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

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