Html Css Color HEX #AC025D Jazzberry Jam

📋 copy color: '#AC025D'

red 172 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #AC025D

Tints of Jazzberry Jam #AC025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 93 (36.72% from 255) = 34.83%

R = 64.42%
G = 0.75%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC025D (or 0xAC025D) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 5D. RGB value is (172,2,93). Sum of RGB (Red+Green+Blue) = 172+2+93=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC025D is #53FDA2. Grayscale: #3F3F3F. Windows color (decimal): -5504419 or 6095532. OLE color: 6095532.

HSL color Cylindrical-coordinate representation of color #AC025D: hue angle of 327.88º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC025D is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 2 93 -
CMYK 0 0.99 0.46 0.33
HSL 327.88º 0.98% 0.34% -
HSV(B) 327.88º 0.99% 0.67% -
XYZ 19.01 9.6 11.21 -
YUV 63.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 172 2 93 0 0.99 0.46 0.33 327.88 0.98 0.34
Hex AC 2 5D 0 63 2E 21 148 62 22
Octal 254 2 135 0 143 56 41 510 142 42
Binary 10101100 10 1011101 0 1100011 101110 100001 101001000 1100010 100010

Color Harmonies of #AC025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC025D

Black with #AC025D

Text Example


Text Example

White with #AC025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC025D; }

 p { color: rgb(172,2,93); }

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

background-color css

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

 a { background-color: rgb(172,2,93); }

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

border-color css

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

 span { border-color: rgb(172,2,93); }

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