Html Css Color HEX #AC006A Jazzberry Jam

📋 copy color: '#AC006A'

red 172 ◦ green 0 ◦ blue 106

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

Shades of Jazzberry Jam #AC006A

Tints of Jazzberry Jam #AC006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.87%
G = 0%
B = 38.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC006A (or 0xAC006A) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 6A. RGB value is (172,0,106). Sum of RGB (Red+Green+Blue) = 172+0+106=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC006A is #53FF95. Grayscale: #3F3F3F. Windows color (decimal): -5504918 or 6946988. OLE color: 6946988.

HSL color Cylindrical-coordinate representation of color #AC006A: hue angle of 323.02º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC006A is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 0 106 -
CMYK 0 1 0.38 0.33
HSL 323.02º 1% 0.34% -
HSV(B) 323.02º 1% 0.67% -
XYZ 19.61 9.81 14.5 -
YUV 63.51 151.98 205.38 -
System Red Green Blue C M Y K H S L
Decimal 172 0 106 0 1 0.38 0.33 323.02 1 0.34
Hex AC 0 6A 0 64 26 21 143 64 22
Octal 254 0 152 0 144 46 41 503 144 42
Binary 10101100 0 1101010 0 1100100 100110 100001 101000011 1100100 100010

Color Harmonies of #AC006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC006A

Black with #AC006A

Text Example


Text Example

White with #AC006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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