Html Css Color HEX #AC0667 Jazzberry Jam

📋 copy color: '#AC0667'

red 172 ◦ green 6 ◦ blue 103

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

Shades of Jazzberry Jam #AC0667

Tints of Jazzberry Jam #AC0667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 61.21%
G = 2.14%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC0667 (or 0xAC0667) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 67. RGB value is (172,6,103). Sum of RGB (Red+Green+Blue) = 172+6+103=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0667 is #53F998. Grayscale: #424242. Windows color (decimal): -5503385 or 6751916. OLE color: 6751916.

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

Color convert

RGB 172 6 103 -
CMYK 0 0.97 0.40 0.33
HSL 324.94º 0.93% 0.35% -
HSV(B) 324.94º 0.97% 0.67% -
XYZ 19.53 9.88 13.71 -
YUV 66.69 148.5 203.11 -
System Red Green Blue C M Y K H S L
Decimal 172 6 103 0 0.97 0.40 0.33 324.94 0.93 0.35
Hex AC 6 67 0 61 28 21 145 5D 23
Octal 254 6 147 0 141 50 41 505 135 43
Binary 10101100 110 1100111 0 1100001 101000 100001 101000101 1011101 100011

Color Harmonies of #AC0667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0667

Black with #AC0667

Text Example


Text Example

White with #AC0667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0667; }

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

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

background-color css

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

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

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

border-color css

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

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

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