Html Css Color HEX #AC035F Jazzberry Jam

📋 copy color: '#AC035F'

red 172 ◦ green 3 ◦ blue 95

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

Shades of Jazzberry Jam #AC035F

Tints of Jazzberry Jam #AC035F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 63.7%
G = 1.11%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC035F (or 0xAC035F) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 5F. RGB value is (172,3,95). Sum of RGB (Red+Green+Blue) = 172+3+95=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC035F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC035F is #53FCA0. Grayscale: #3F3F3F. Windows color (decimal): -5504161 or 6226860. OLE color: 6226860.

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

Color convert

RGB 172 3 95 -
CMYK 0 0.98 0.45 0.33
HSL 327.34º 0.97% 0.34% -
HSV(B) 327.34º 0.98% 0.67% -
XYZ 19.11 9.66 11.68 -
YUV 64.02 145.49 205.02 -
System Red Green Blue C M Y K H S L
Decimal 172 3 95 0 0.98 0.45 0.33 327.34 0.97 0.34
Hex AC 3 5F 0 62 2D 21 147 61 22
Octal 254 3 137 0 142 55 41 507 141 42
Binary 10101100 11 1011111 0 1100010 101101 100001 101000111 1100001 100010

Color Harmonies of #AC035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC035F

Black with #AC035F

Text Example


Text Example

White with #AC035F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC035F; }

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

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

background-color css

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

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

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

border-color css

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

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

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