Html Css Color HEX #AC1F6C Jazzberry Jam

📋 copy color: '#AC1F6C'

red 172 ◦ green 31 ◦ blue 108

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

Shades of Jazzberry Jam #AC1F6C

Tints of Jazzberry Jam #AC1F6C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.97%

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 55.31%
G = 9.97%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC1F6C (or 0xAC1F6C) is known color: Jazzberry Jam. HEX triplet: AC, 1F and 6C. RGB value is (172,31,108). Sum of RGB (Red+Green+Blue) = 172+31+108=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F6C is #53E093. Grayscale: #515151. Windows color (decimal): -5496980 or 7085996. OLE color: 7085996.

HSL color Cylindrical-coordinate representation of color #AC1F6C: hue angle of 327.23º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F6C is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 31 108 -
CMYK 0 0.82 0.37 0.33
HSL 327.23º 0.69% 0.4% -
HSV(B) 327.23º 0.82% 0.67% -
XYZ 20.21 10.83 15.21 -
YUV 81.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 172 31 108 0 0.82 0.37 0.33 327.23 0.69 0.4
Hex AC 1F 6C 0 52 25 21 147 45 28
Octal 254 37 154 0 122 45 41 507 105 50
Binary 10101100 11111 1101100 0 1010010 100101 100001 101000111 1000101 101000

Color Harmonies of #AC1F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F6C

Black with #AC1F6C

Text Example


Text Example

White with #AC1F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F6C; }

 p { color: rgb(172,31,108); }

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

background-color css

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

 a { background-color: rgb(172,31,108); }

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

border-color css

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

 span { border-color: rgb(172,31,108); }

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