Html Css Color HEX #AC016B Jazzberry Jam

📋 copy color: '#AC016B'

red 172 ◦ green 1 ◦ blue 107

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

Shades of Jazzberry Jam #AC016B

Tints of Jazzberry Jam #AC016B

RGB

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

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

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

R = 61.43%
G = 0.36%
B = 38.21%

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

#AC016B (or 0xAC016B) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 6B. RGB value is (172,1,107). Sum of RGB (Red+Green+Blue) = 172+1+107=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC016B is #53FE94. Grayscale: #3F3F3F. Windows color (decimal): -5504661 or 7012780. OLE color: 7012780.

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

Color convert

RGB 172 1 107 -
CMYK 0 0.99 0.38 0.33
HSL 322.81º 0.99% 0.34% -
HSV(B) 322.81º 0.99% 0.67% -
XYZ 19.68 9.85 14.77 -
YUV 64.21 152.15 204.88 -
System Red Green Blue C M Y K H S L
Decimal 172 1 107 0 0.99 0.38 0.33 322.81 0.99 0.34
Hex AC 1 6B 0 63 26 21 143 63 22
Octal 254 1 153 0 143 46 41 503 143 42
Binary 10101100 1 1101011 0 1100011 100110 100001 101000011 1100011 100010

Color Harmonies of #AC016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC016B

Black with #AC016B

Text Example


Text Example

White with #AC016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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