Html Css Color HEX #AC036B Jazzberry Jam

📋 copy color: '#AC036B'

red 172 ◦ green 3 ◦ blue 107

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

Shades of Jazzberry Jam #AC036B

Tints of Jazzberry Jam #AC036B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 60.99%
G = 1.06%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC036B (or 0xAC036B) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 6B. RGB value is (172,3,107). Sum of RGB (Red+Green+Blue) = 172+3+107=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC036B is #53FC94. Grayscale: #414141. Windows color (decimal): -5504149 or 7013292. OLE color: 7013292.

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

Color convert

RGB 172 3 107 -
CMYK 0 0.98 0.38 0.33
HSL 323.08º 0.97% 0.34% -
HSV(B) 323.08º 0.98% 0.67% -
XYZ 19.7 9.9 14.78 -
YUV 65.39 151.49 204.04 -
System Red Green Blue C M Y K H S L
Decimal 172 3 107 0 0.98 0.38 0.33 323.08 0.97 0.34
Hex AC 3 6B 0 62 26 21 143 61 22
Octal 254 3 153 0 142 46 41 503 141 42
Binary 10101100 11 1101011 0 1100010 100110 100001 101000011 1100001 100010

Color Harmonies of #AC036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC036B

Black with #AC036B

Text Example


Text Example

White with #AC036B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC036B; }

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

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

background-color css

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

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

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

border-color css

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

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

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