Html Css Color HEX #AC035C Jazzberry Jam

📋 copy color: '#AC035C'

red 172 ◦ green 3 ◦ blue 92

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

Shades of Jazzberry Jam #AC035C

Tints of Jazzberry Jam #AC035C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.46%

R = 64.42%
G = 1.12%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC035C (or 0xAC035C) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 5C. RGB value is (172,3,92). Sum of RGB (Red+Green+Blue) = 172+3+92=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC035C is #53FCA3. Grayscale: #3F3F3F. Windows color (decimal): -5504164 or 6030252. OLE color: 6030252.

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

Color convert

RGB 172 3 92 -
CMYK 0 0.98 0.47 0.33
HSL 328.4º 0.97% 0.34% -
HSV(B) 328.4º 0.98% 0.67% -
XYZ 18.98 9.61 10.98 -
YUV 63.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 172 3 92 0 0.98 0.47 0.33 328.4 0.97 0.34
Hex AC 3 5C 0 62 2F 21 148 61 22
Octal 254 3 134 0 142 57 41 510 141 42
Binary 10101100 11 1011100 0 1100010 101111 100001 101001000 1100001 100010

Color Harmonies of #AC035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC035C

Black with #AC035C

Text Example


Text Example

White with #AC035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC035C; }

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

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

background-color css

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

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

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

border-color css

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

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

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