Html Css Color HEX #AC085D Jazzberry Jam

📋 copy color: '#AC085D'

red 172 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #AC085D

Tints of Jazzberry Jam #AC085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 63%
G = 2.93%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC085D (or 0xAC085D) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 5D. RGB value is (172,8,93). Sum of RGB (Red+Green+Blue) = 172+8+93=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC085D is #53F7A2. Grayscale: #424242. Windows color (decimal): -5502883 or 6097068. OLE color: 6097068.

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

Color convert

RGB 172 8 93 -
CMYK 0 0.95 0.46 0.33
HSL 328.9º 0.91% 0.35% -
HSV(B) 328.9º 0.95% 0.67% -
XYZ 19.08 9.73 11.23 -
YUV 66.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 172 8 93 0 0.95 0.46 0.33 328.9 0.91 0.35
Hex AC 8 5D 0 5F 2E 21 149 5B 23
Octal 254 10 135 0 137 56 41 511 133 43
Binary 10101100 1000 1011101 0 1011111 101110 100001 101001001 1011011 100011

Color Harmonies of #AC085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC085D

Black with #AC085D

Text Example


Text Example

White with #AC085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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