Html Css Color HEX #AC1A68 Jazzberry Jam

📋 copy color: '#AC1A68'

red 172 ◦ green 26 ◦ blue 104

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

Shades of Jazzberry Jam #AC1A68

Tints of Jazzberry Jam #AC1A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 56.95%
G = 8.61%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC1A68 (or 0xAC1A68) is known color: Jazzberry Jam. HEX triplet: AC, 1A and 68. RGB value is (172,26,104). Sum of RGB (Red+Green+Blue) = 172+26+104=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A68 is #53E597. Grayscale: #4E4E4E. Windows color (decimal): -5498264 or 6822572. OLE color: 6822572.

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

Color convert

RGB 172 26 104 -
CMYK 0 0.85 0.40 0.33
HSL 327.95º 0.74% 0.39% -
HSV(B) 327.95º 0.85% 0.67% -
XYZ 19.88 10.51 14.08 -
YUV 78.55 142.37 194.66 -
System Red Green Blue C M Y K H S L
Decimal 172 26 104 0 0.85 0.40 0.33 327.95 0.74 0.39
Hex AC 1A 68 0 55 28 21 148 4A 27
Octal 254 32 150 0 125 50 41 510 112 47
Binary 10101100 11010 1101000 0 1010101 101000 100001 101001000 1001010 100111

Color Harmonies of #AC1A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A68

Black with #AC1A68

Text Example


Text Example

White with #AC1A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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