Html Css Color HEX #AC016A Jazzberry Jam

📋 copy color: '#AC016A'

red 172 ◦ green 1 ◦ blue 106

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

Shades of Jazzberry Jam #AC016A

Tints of Jazzberry Jam #AC016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 61.65%
G = 0.36%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC016A (or 0xAC016A) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 6A. RGB value is (172,1,106). Sum of RGB (Red+Green+Blue) = 172+1+106=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC016A is #53FE95. Grayscale: #3F3F3F. Windows color (decimal): -5504662 or 6947244. OLE color: 6947244.

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

Color convert

RGB 172 1 106 -
CMYK 0 0.99 0.38 0.33
HSL 323.16º 0.99% 0.34% -
HSV(B) 323.16º 0.99% 0.67% -
XYZ 19.63 9.83 14.5 -
YUV 64.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 172 1 106 0 0.99 0.38 0.33 323.16 0.99 0.34
Hex AC 1 6A 0 63 26 21 143 63 22
Octal 254 1 152 0 143 46 41 503 143 42
Binary 10101100 1 1101010 0 1100011 100110 100001 101000011 1100011 100010

Color Harmonies of #AC016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC016A

Black with #AC016A

Text Example


Text Example

White with #AC016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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