Html Css Color HEX #AC084F Jazzberry Jam

📋 copy color: '#AC084F'

red 172 ◦ green 8 ◦ blue 79

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

Shades of Jazzberry Jam #AC084F

Tints of Jazzberry Jam #AC084F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 66.41%
G = 3.09%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC084F (or 0xAC084F) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 4F. RGB value is (172,8,79). Sum of RGB (Red+Green+Blue) = 172+8+79=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC084F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC084F is #53F7B0. Grayscale: #414141. Windows color (decimal): -5502897 or 5179564. OLE color: 5179564.

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

Color convert

RGB 172 8 79 -
CMYK 0 0.95 0.54 0.33
HSL 334.02º 0.91% 0.35% -
HSV(B) 334.02º 0.95% 0.67% -
XYZ 18.51 9.51 8.26 -
YUV 65.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 172 8 79 0 0.95 0.54 0.33 334.02 0.91 0.35
Hex AC 8 4F 0 5F 36 21 14E 5B 23
Octal 254 10 117 0 137 66 41 516 133 43
Binary 10101100 1000 1001111 0 1011111 110110 100001 101001110 1011011 100011

Color Harmonies of #AC084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC084F

Black with #AC084F

Text Example


Text Example

White with #AC084F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC084F; }

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

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

background-color css

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

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

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

border-color css

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

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

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