Html Css Color HEX #AC035B Jazzberry Jam

📋 copy color: '#AC035B'

red 172 ◦ green 3 ◦ blue 91

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

Shades of Jazzberry Jam #AC035B

Tints of Jazzberry Jam #AC035B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 64.66%
G = 1.13%
B = 34.21%

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

#AC035B (or 0xAC035B) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 5B. RGB value is (172,3,91). Sum of RGB (Red+Green+Blue) = 172+3+91=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC035B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC035B is #53FCA4. Grayscale: #3F3F3F. Windows color (decimal): -5504165 or 5964716. OLE color: 5964716.

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

Color convert

RGB 172 3 91 -
CMYK 0 0.98 0.47 0.33
HSL 328.76º 0.97% 0.34% -
HSV(B) 328.76º 0.98% 0.67% -
XYZ 18.93 9.59 10.75 -
YUV 63.56 143.49 205.34 -
System Red Green Blue C M Y K H S L
Decimal 172 3 91 0 0.98 0.47 0.33 328.76 0.97 0.34
Hex AC 3 5B 0 62 2F 21 149 61 22
Octal 254 3 133 0 142 57 41 511 141 42
Binary 10101100 11 1011011 0 1100010 101111 100001 101001001 1100001 100010

Color Harmonies of #AC035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC035B

Black with #AC035B

Text Example


Text Example

White with #AC035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC035B; }

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

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

background-color css

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

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

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

border-color css

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

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

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