Html Css Color HEX #AC084D Jazzberry Jam

📋 copy color: '#AC084D'

red 172 ◦ green 8 ◦ blue 77

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

Shades of Jazzberry Jam #AC084D

Tints of Jazzberry Jam #AC084D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.96%

R = 66.93%
G = 3.11%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC084D (or 0xAC084D) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 4D. RGB value is (172,8,77). Sum of RGB (Red+Green+Blue) = 172+8+77=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC084D is #53F7B2. Grayscale: #404040. Windows color (decimal): -5502899 or 5048492. OLE color: 5048492.

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

Color convert

RGB 172 8 77 -
CMYK 0 0.95 0.55 0.33
HSL 334.76º 0.91% 0.35% -
HSV(B) 334.76º 0.95% 0.67% -
XYZ 18.44 9.48 7.88 -
YUV 64.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 172 8 77 0 0.95 0.55 0.33 334.76 0.91 0.35
Hex AC 8 4D 0 5F 37 21 14F 5B 23
Octal 254 10 115 0 137 67 41 517 133 43
Binary 10101100 1000 1001101 0 1011111 110111 100001 101001111 1011011 100011

Color Harmonies of #AC084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC084D

Black with #AC084D

Text Example


Text Example

White with #AC084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC084D; }

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

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

background-color css

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

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

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

border-color css

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

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

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