Html Css Color HEX #AC036E Jazzberry Jam

📋 copy color: '#AC036E'

red 172 ◦ green 3 ◦ blue 110

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

Shades of Jazzberry Jam #AC036E

Tints of Jazzberry Jam #AC036E

RGB

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

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

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

R = 60.35%
G = 1.05%
B = 38.6%

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

#AC036E (or 0xAC036E) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 6E. RGB value is (172,3,110). Sum of RGB (Red+Green+Blue) = 172+3+110=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC036E is #53FC91. Grayscale: #414141. Windows color (decimal): -5504146 or 7209900. OLE color: 7209900.

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

Color convert

RGB 172 3 110 -
CMYK 0 0.98 0.36 0.33
HSL 322.01º 0.97% 0.34% -
HSV(B) 322.01º 0.98% 0.67% -
XYZ 19.86 9.96 15.63 -
YUV 65.73 152.99 203.8 -
System Red Green Blue C M Y K H S L
Decimal 172 3 110 0 0.98 0.36 0.33 322.01 0.97 0.34
Hex AC 3 6E 0 62 24 21 142 61 22
Octal 254 3 156 0 142 44 41 502 141 42
Binary 10101100 11 1101110 0 1100010 100100 100001 101000010 1100001 100010

Color Harmonies of #AC036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC036E

Black with #AC036E

Text Example


Text Example

White with #AC036E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC036E; }

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

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

background-color css

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

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

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

border-color css

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

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

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