Html Css Color HEX #AC1467 Jazzberry Jam

📋 copy color: '#AC1467'

red 172 ◦ green 20 ◦ blue 103

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

Shades of Jazzberry Jam #AC1467

Tints of Jazzberry Jam #AC1467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.78%

 BLUE value IS 103 (40.63% from 255) = 34.92%

R = 58.31%
G = 6.78%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC1467 (or 0xAC1467) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 67. RGB value is (172,20,103). Sum of RGB (Red+Green+Blue) = 172+20+103=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1467 is #53EB98. Grayscale: #4A4A4A. Windows color (decimal): -5499801 or 6755500. OLE color: 6755500.

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

Color convert

RGB 172 20 103 -
CMYK 0 0.88 0.40 0.33
HSL 327.24º 0.79% 0.38% -
HSV(B) 327.24º 0.88% 0.67% -
XYZ 19.71 10.25 13.77 -
YUV 74.91 143.86 197.25 -
System Red Green Blue C M Y K H S L
Decimal 172 20 103 0 0.88 0.40 0.33 327.24 0.79 0.38
Hex AC 14 67 0 58 28 21 147 4F 26
Octal 254 24 147 0 130 50 41 507 117 46
Binary 10101100 10100 1100111 0 1011000 101000 100001 101000111 1001111 100110

Color Harmonies of #AC1467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1467

Black with #AC1467

Text Example


Text Example

White with #AC1467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1467; }

 p { color: rgb(172,20,103); }

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

background-color css

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

 a { background-color: rgb(172,20,103); }

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

border-color css

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

 span { border-color: rgb(172,20,103); }

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