Html Css Color HEX #AC046E Jazzberry Jam

📋 copy color: '#AC046E'

red 172 ◦ green 4 ◦ blue 110

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

Shades of Jazzberry Jam #AC046E

Tints of Jazzberry Jam #AC046E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 60.14%
G = 1.4%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC046E (or 0xAC046E) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 6E. RGB value is (172,4,110). Sum of RGB (Red+Green+Blue) = 172+4+110=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC046E is #53FB91. Grayscale: #424242. Windows color (decimal): -5503890 or 7210156. OLE color: 7210156.

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

Color convert

RGB 172 4 110 -
CMYK 0 0.98 0.36 0.33
HSL 322.14º 0.95% 0.35% -
HSV(B) 322.14º 0.98% 0.67% -
XYZ 19.87 9.98 15.63 -
YUV 66.32 152.66 203.38 -
System Red Green Blue C M Y K H S L
Decimal 172 4 110 0 0.98 0.36 0.33 322.14 0.95 0.35
Hex AC 4 6E 0 62 24 21 142 5F 23
Octal 254 4 156 0 142 44 41 502 137 43
Binary 10101100 100 1101110 0 1100010 100100 100001 101000010 1011111 100011

Color Harmonies of #AC046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC046E

Black with #AC046E

Text Example


Text Example

White with #AC046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC046E; }

 p { color: rgb(172,4,110); }

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

background-color css

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

 a { background-color: rgb(172,4,110); }

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

border-color css

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

 span { border-color: rgb(172,4,110); }

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