Html Css Color HEX #AC024B Jazzberry Jam

📋 copy color: '#AC024B'

red 172 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #AC024B

Tints of Jazzberry Jam #AC024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.12%

R = 69.08%
G = 0.8%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC024B (or 0xAC024B) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 4B. RGB value is (172,2,75). Sum of RGB (Red+Green+Blue) = 172+2+75=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC024B is #53FDB4. Grayscale: #3D3D3D. Windows color (decimal): -5504437 or 4915884. OLE color: 4915884.

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

Color convert

RGB 172 2 75 -
CMYK 0 0.99 0.56 0.33
HSL 334.24º 0.98% 0.34% -
HSV(B) 334.24º 0.99% 0.67% -
XYZ 18.3 9.32 7.49 -
YUV 61.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 172 2 75 0 0.99 0.56 0.33 334.24 0.98 0.34
Hex AC 2 4B 0 63 38 21 14E 62 22
Octal 254 2 113 0 143 70 41 516 142 42
Binary 10101100 10 1001011 0 1100011 111000 100001 101001110 1100010 100010

Color Harmonies of #AC024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC024B

Black with #AC024B

Text Example


Text Example

White with #AC024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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