Html Css Color HEX #AC016C Jazzberry Jam

📋 copy color: '#AC016C'

red 172 ◦ green 1 ◦ blue 108

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

Shades of Jazzberry Jam #AC016C

Tints of Jazzberry Jam #AC016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 61.21%
G = 0.36%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC016C (or 0xAC016C) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 6C. RGB value is (172,1,108). Sum of RGB (Red+Green+Blue) = 172+1+108=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC016C is #53FE93. Grayscale: #404040. Windows color (decimal): -5504660 or 7078316. OLE color: 7078316.

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

Color convert

RGB 172 1 108 -
CMYK 0 0.99 0.37 0.33
HSL 322.46º 0.99% 0.34% -
HSV(B) 322.46º 0.99% 0.67% -
XYZ 19.73 9.88 15.05 -
YUV 64.33 152.65 204.8 -
System Red Green Blue C M Y K H S L
Decimal 172 1 108 0 0.99 0.37 0.33 322.46 0.99 0.34
Hex AC 1 6C 0 63 25 21 142 63 22
Octal 254 1 154 0 143 45 41 502 143 42
Binary 10101100 1 1101100 0 1100011 100101 100001 101000010 1100011 100010

Color Harmonies of #AC016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC016C

Black with #AC016C

Text Example


Text Example

White with #AC016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC016C; }

 p { color: rgb(172,1,108); }

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

background-color css

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

 a { background-color: rgb(172,1,108); }

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

border-color css

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

 span { border-color: rgb(172,1,108); }

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