Html Css Color HEX #AC0262 Jazzberry Jam

📋 copy color: '#AC0262'

red 172 ◦ green 2 ◦ blue 98

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

Shades of Jazzberry Jam #AC0262

Tints of Jazzberry Jam #AC0262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.03%

R = 63.24%
G = 0.74%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC0262 (or 0xAC0262) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 62. RGB value is (172,2,98). Sum of RGB (Red+Green+Blue) = 172+2+98=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0262 is #53FD9D. Grayscale: #3F3F3F. Windows color (decimal): -5504414 or 6423212. OLE color: 6423212.

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

Color convert

RGB 172 2 98 -
CMYK 0 0.99 0.43 0.33
HSL 326.12º 0.98% 0.34% -
HSV(B) 326.12º 0.99% 0.67% -
XYZ 19.24 9.7 12.41 -
YUV 63.77 147.32 205.19 -
System Red Green Blue C M Y K H S L
Decimal 172 2 98 0 0.99 0.43 0.33 326.12 0.98 0.34
Hex AC 2 62 0 63 2B 21 146 62 22
Octal 254 2 142 0 143 53 41 506 142 42
Binary 10101100 10 1100010 0 1100011 101011 100001 101000110 1100010 100010

Color Harmonies of #AC0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0262

Black with #AC0262

Text Example


Text Example

White with #AC0262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0262; }

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

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

background-color css

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

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

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

border-color css

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

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

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