Html Css Color HEX #AC0669 Jazzberry Jam

📋 copy color: '#AC0669'

red 172 ◦ green 6 ◦ blue 105

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

Shades of Jazzberry Jam #AC0669

Tints of Jazzberry Jam #AC0669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 60.78%
G = 2.12%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC0669 (or 0xAC0669) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 69. RGB value is (172,6,105). Sum of RGB (Red+Green+Blue) = 172+6+105=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0669 is #53F996. Grayscale: #424242. Windows color (decimal): -5503383 or 6882988. OLE color: 6882988.

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

Color convert

RGB 172 6 105 -
CMYK 0 0.97 0.39 0.33
HSL 324.22º 0.93% 0.35% -
HSV(B) 324.22º 0.97% 0.67% -
XYZ 19.63 9.92 14.24 -
YUV 66.92 149.5 202.95 -
System Red Green Blue C M Y K H S L
Decimal 172 6 105 0 0.97 0.39 0.33 324.22 0.93 0.35
Hex AC 6 69 0 61 27 21 144 5D 23
Octal 254 6 151 0 141 47 41 504 135 43
Binary 10101100 110 1101001 0 1100001 100111 100001 101000100 1011101 100011

Color Harmonies of #AC0669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0669

Black with #AC0669

Text Example


Text Example

White with #AC0669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0669; }

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

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

background-color css

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

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

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

border-color css

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

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

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