Html Css Color HEX #AC034E Jazzberry Jam

📋 copy color: '#AC034E'

red 172 ◦ green 3 ◦ blue 78

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

Shades of Jazzberry Jam #AC034E

Tints of Jazzberry Jam #AC034E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 78 (30.86% from 255) = 30.83%

R = 67.98%
G = 1.19%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC034E (or 0xAC034E) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 4E. RGB value is (172,3,78). Sum of RGB (Red+Green+Blue) = 172+3+78=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC034E is #53FCB1. Grayscale: #3D3D3D. Windows color (decimal): -5504178 or 5112748. OLE color: 5112748.

HSL color Cylindrical-coordinate representation of color #AC034E: hue angle of 333.37º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC034E is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 3 78 -
CMYK 0 0.98 0.55 0.33
HSL 333.37º 0.97% 0.34% -
HSV(B) 333.37º 0.98% 0.67% -
XYZ 18.42 9.39 8.05 -
YUV 62.08 136.99 206.4 -
System Red Green Blue C M Y K H S L
Decimal 172 3 78 0 0.98 0.55 0.33 333.37 0.97 0.34
Hex AC 3 4E 0 62 37 21 14D 61 22
Octal 254 3 116 0 142 67 41 515 141 42
Binary 10101100 11 1001110 0 1100010 110111 100001 101001101 1100001 100010

Color Harmonies of #AC034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC034E

Black with #AC034E

Text Example


Text Example

White with #AC034E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC034E; }

 p { color: rgb(172,3,78); }

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

background-color css

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

 a { background-color: rgb(172,3,78); }

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

border-color css

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

 span { border-color: rgb(172,3,78); }

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