Html Css Color HEX #AC023F Jazzberry Jam

📋 copy color: '#AC023F'

red 172 ◦ green 2 ◦ blue 63

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

Shades of Jazzberry Jam #AC023F

Tints of Jazzberry Jam #AC023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.58%

R = 72.57%
G = 0.84%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC023F (or 0xAC023F) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 3F. RGB value is (172,2,63). Sum of RGB (Red+Green+Blue) = 172+2+63=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC023F is #53FDC0. Grayscale: #3B3B3B. Windows color (decimal): -5504449 or 4129452. OLE color: 4129452.

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

Color convert

RGB 172 2 63 -
CMYK 0 0.99 0.63 0.33
HSL 338.47º 0.98% 0.34% -
HSV(B) 338.47º 0.99% 0.67% -
XYZ 17.93 9.17 5.53 -
YUV 59.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 172 2 63 0 0.99 0.63 0.33 338.47 0.98 0.34
Hex AC 2 3F 0 63 3F 21 152 62 22
Octal 254 2 77 0 143 77 41 522 142 42
Binary 10101100 10 111111 0 1100011 111111 100001 101010010 1100010 100010

Color Harmonies of #AC023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC023F

Black with #AC023F

Text Example


Text Example

White with #AC023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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