Html Css Color HEX #AC084A Jazzberry Jam

📋 copy color: '#AC084A'

red 172 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #AC084A

Tints of Jazzberry Jam #AC084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 67.72%
G = 3.15%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC084A (or 0xAC084A) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 4A. RGB value is (172,8,74). Sum of RGB (Red+Green+Blue) = 172+8+74=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC084A is #53F7B5. Grayscale: #404040. Windows color (decimal): -5502902 or 4851884. OLE color: 4851884.

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

Color convert

RGB 172 8 74 -
CMYK 0 0.95 0.57 0.33
HSL 335.85º 0.91% 0.35% -
HSV(B) 335.85º 0.95% 0.67% -
XYZ 18.34 9.44 7.33 -
YUV 64.56 133.33 204.63 -
System Red Green Blue C M Y K H S L
Decimal 172 8 74 0 0.95 0.57 0.33 335.85 0.91 0.35
Hex AC 8 4A 0 5F 39 21 150 5B 23
Octal 254 10 112 0 137 71 41 520 133 43
Binary 10101100 1000 1001010 0 1011111 111001 100001 101010000 1011011 100011

Color Harmonies of #AC084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC084A

Black with #AC084A

Text Example


Text Example

White with #AC084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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