Html Css Color HEX #AC0266 Jazzberry Jam

📋 copy color: '#AC0266'

red 172 ◦ green 2 ◦ blue 102

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

Shades of Jazzberry Jam #AC0266

Tints of Jazzberry Jam #AC0266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.96%

R = 62.32%
G = 0.72%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC0266 (or 0xAC0266) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 66. RGB value is (172,2,102). Sum of RGB (Red+Green+Blue) = 172+2+102=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0266 is #53FD99. Grayscale: #404040. Windows color (decimal): -5504410 or 6685356. OLE color: 6685356.

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

Color convert

RGB 172 2 102 -
CMYK 0 0.99 0.41 0.33
HSL 324.71º 0.98% 0.34% -
HSV(B) 324.71º 0.99% 0.67% -
XYZ 19.43 9.77 13.43 -
YUV 64.23 149.32 204.87 -
System Red Green Blue C M Y K H S L
Decimal 172 2 102 0 0.99 0.41 0.33 324.71 0.98 0.34
Hex AC 2 66 0 63 29 21 145 62 22
Octal 254 2 146 0 143 51 41 505 142 42
Binary 10101100 10 1100110 0 1100011 101001 100001 101000101 1100010 100010

Color Harmonies of #AC0266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0266

Black with #AC0266

Text Example


Text Example

White with #AC0266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0266; }

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

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

background-color css

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

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

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

border-color css

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

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

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