Html Css Color HEX #AC1A75 Jazzberry Jam

📋 copy color: '#AC1A75'

red 172 ◦ green 26 ◦ blue 117

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

Shades of Jazzberry Jam #AC1A75

Tints of Jazzberry Jam #AC1A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.14%

R = 54.6%
G = 8.25%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC1A75 (or 0xAC1A75) is known color: Jazzberry Jam. HEX triplet: AC, 1A and 75. RGB value is (172,26,117). Sum of RGB (Red+Green+Blue) = 172+26+117=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A75 is #53E58A. Grayscale: #4F4F4F. Windows color (decimal): -5498251 or 7674540. OLE color: 7674540.

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

Color convert

RGB 172 26 117 -
CMYK 0 0.85 0.32 0.33
HSL 322.6º 0.74% 0.39% -
HSV(B) 322.6º 0.85% 0.67% -
XYZ 20.59 10.79 17.83 -
YUV 80.03 148.87 193.6 -
System Red Green Blue C M Y K H S L
Decimal 172 26 117 0 0.85 0.32 0.33 322.6 0.74 0.39
Hex AC 1A 75 0 55 20 21 143 4A 27
Octal 254 32 165 0 125 40 41 503 112 47
Binary 10101100 11010 1110101 0 1010101 100000 100001 101000011 1001010 100111

Color Harmonies of #AC1A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A75

Black with #AC1A75

Text Example


Text Example

White with #AC1A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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