Html Css Color HEX #AC1F6D Jazzberry Jam

📋 copy color: '#AC1F6D'

red 172 ◦ green 31 ◦ blue 109

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

Shades of Jazzberry Jam #AC1F6D

Tints of Jazzberry Jam #AC1F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 55.13%
G = 9.94%
B = 34.94%

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

#AC1F6D (or 0xAC1F6D) is known color: Jazzberry Jam. HEX triplet: AC, 1F and 6D. RGB value is (172,31,109). Sum of RGB (Red+Green+Blue) = 172+31+109=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F6D is #53E092. Grayscale: #515151. Windows color (decimal): -5496979 or 7151532. OLE color: 7151532.

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

Color convert

RGB 172 31 109 -
CMYK 0 0.82 0.37 0.33
HSL 326.81º 0.69% 0.4% -
HSV(B) 326.81º 0.82% 0.67% -
XYZ 20.26 10.85 15.5 -
YUV 82.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 172 31 109 0 0.82 0.37 0.33 326.81 0.69 0.4
Hex AC 1F 6D 0 52 25 21 147 45 28
Octal 254 37 155 0 122 45 41 507 105 50
Binary 10101100 11111 1101101 0 1010010 100101 100001 101000111 1000101 101000

Color Harmonies of #AC1F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F6D

Black with #AC1F6D

Text Example


Text Example

White with #AC1F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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