Html Css Color HEX #AC1A6F Jazzberry Jam

📋 copy color: '#AC1A6F'

red 172 ◦ green 26 ◦ blue 111

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

Shades of Jazzberry Jam #AC1A6F

Tints of Jazzberry Jam #AC1A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.92%

R = 55.66%
G = 8.41%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC1A6F (or 0xAC1A6F) is known color: Jazzberry Jam. HEX triplet: AC, 1A and 6F. RGB value is (172,26,111). Sum of RGB (Red+Green+Blue) = 172+26+111=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A6F is #53E590. Grayscale: #4F4F4F. Windows color (decimal): -5498257 or 7281324. OLE color: 7281324.

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

Color convert

RGB 172 26 111 -
CMYK 0 0.85 0.35 0.33
HSL 325.07º 0.74% 0.39% -
HSV(B) 325.07º 0.85% 0.67% -
XYZ 20.25 10.66 16.03 -
YUV 79.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 172 26 111 0 0.85 0.35 0.33 325.07 0.74 0.39
Hex AC 1A 6F 0 55 23 21 145 4A 27
Octal 254 32 157 0 125 43 41 505 112 47
Binary 10101100 11010 1101111 0 1010101 100011 100001 101000101 1001010 100111

Color Harmonies of #AC1A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A6F

Black with #AC1A6F

Text Example


Text Example

White with #AC1A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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