Html Css Color HEX #AC1A6B Jazzberry Jam

📋 copy color: '#AC1A6B'

red 172 ◦ green 26 ◦ blue 107

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

Shades of Jazzberry Jam #AC1A6B

Tints of Jazzberry Jam #AC1A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.52%

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

R = 56.39%
G = 8.52%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC1A6B (or 0xAC1A6B) is known color: Jazzberry Jam. HEX triplet: AC, 1A and 6B. RGB value is (172,26,107). Sum of RGB (Red+Green+Blue) = 172+26+107=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A6B is #53E594. Grayscale: #4E4E4E. Windows color (decimal): -5498261 or 7019180. OLE color: 7019180.

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

Color convert

RGB 172 26 107 -
CMYK 0 0.85 0.38 0.33
HSL 326.71º 0.74% 0.39% -
HSV(B) 326.71º 0.85% 0.67% -
XYZ 20.04 10.57 14.89 -
YUV 78.89 143.87 194.41 -
System Red Green Blue C M Y K H S L
Decimal 172 26 107 0 0.85 0.38 0.33 326.71 0.74 0.39
Hex AC 1A 6B 0 55 26 21 147 4A 27
Octal 254 32 153 0 125 46 41 507 112 47
Binary 10101100 11010 1101011 0 1010101 100110 100001 101000111 1001010 100111

Color Harmonies of #AC1A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A6B

Black with #AC1A6B

Text Example


Text Example

White with #AC1A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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