Html Css Color HEX #AC0462 Jazzberry Jam

📋 copy color: '#AC0462'

red 172 ◦ green 4 ◦ blue 98

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

Shades of Jazzberry Jam #AC0462

Tints of Jazzberry Jam #AC0462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.46%

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

R = 62.77%
G = 1.46%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC0462 (or 0xAC0462) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 62. RGB value is (172,4,98). Sum of RGB (Red+Green+Blue) = 172+4+98=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0462 is #53FB9D. Grayscale: #404040. Windows color (decimal): -5503902 or 6423724. OLE color: 6423724.

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

Color convert

RGB 172 4 98 -
CMYK 0 0.98 0.43 0.33
HSL 326.43º 0.95% 0.35% -
HSV(B) 326.43º 0.98% 0.67% -
XYZ 19.26 9.74 12.42 -
YUV 64.95 146.66 204.36 -
System Red Green Blue C M Y K H S L
Decimal 172 4 98 0 0.98 0.43 0.33 326.43 0.95 0.35
Hex AC 4 62 0 62 2B 21 146 5F 23
Octal 254 4 142 0 142 53 41 506 137 43
Binary 10101100 100 1100010 0 1100010 101011 100001 101000110 1011111 100011

Color Harmonies of #AC0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0462

Black with #AC0462

Text Example


Text Example

White with #AC0462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0462; }

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

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

background-color css

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

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

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

border-color css

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

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

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