Html Css Color HEX #AC006B Jazzberry Jam

📋 copy color: '#AC006B'

red 172 ◦ green 0 ◦ blue 107

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

Shades of Jazzberry Jam #AC006B

Tints of Jazzberry Jam #AC006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.35%

R = 61.65%
G = 0%
B = 38.35%

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

#AC006B (or 0xAC006B) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 6B. RGB value is (172,0,107). Sum of RGB (Red+Green+Blue) = 172+0+107=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC006B is #53FF94. Grayscale: #3F3F3F. Windows color (decimal): -5504917 or 7012524. OLE color: 7012524.

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

Color convert

RGB 172 0 107 -
CMYK 0 1 0.38 0.33
HSL 322.67º 1% 0.34% -
HSV(B) 322.67º 1% 0.67% -
XYZ 19.67 9.83 14.77 -
YUV 63.63 152.48 205.3 -
System Red Green Blue C M Y K H S L
Decimal 172 0 107 0 1 0.38 0.33 322.67 1 0.34
Hex AC 0 6B 0 64 26 21 143 64 22
Octal 254 0 153 0 144 46 41 503 144 42
Binary 10101100 0 1101011 0 1100100 100110 100001 101000011 1100100 100010

Color Harmonies of #AC006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC006B

Black with #AC006B

Text Example


Text Example

White with #AC006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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