Html Css Color HEX #AC086A Jazzberry Jam

📋 copy color: '#AC086A'

red 172 ◦ green 8 ◦ blue 106

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

Shades of Jazzberry Jam #AC086A

Tints of Jazzberry Jam #AC086A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.06%

R = 60.14%
G = 2.8%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC086A (or 0xAC086A) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 6A. RGB value is (172,8,106). Sum of RGB (Red+Green+Blue) = 172+8+106=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC086A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC086A is #53F795. Grayscale: #434343. Windows color (decimal): -5502870 or 6949036. OLE color: 6949036.

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

Color convert

RGB 172 8 106 -
CMYK 0 0.95 0.38 0.33
HSL 324.15º 0.91% 0.35% -
HSV(B) 324.15º 0.95% 0.67% -
XYZ 19.7 9.98 14.52 -
YUV 68.21 149.33 202.03 -
System Red Green Blue C M Y K H S L
Decimal 172 8 106 0 0.95 0.38 0.33 324.15 0.91 0.35
Hex AC 8 6A 0 5F 26 21 144 5B 23
Octal 254 10 152 0 137 46 41 504 133 43
Binary 10101100 1000 1101010 0 1011111 100110 100001 101000100 1011011 100011

Color Harmonies of #AC086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC086A

Black with #AC086A

Text Example


Text Example

White with #AC086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC086A; }

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

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

background-color css

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

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

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

border-color css

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

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

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