Html Css Color HEX #AC0665 Jazzberry Jam

📋 copy color: '#AC0665'

red 172 ◦ green 6 ◦ blue 101

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

Shades of Jazzberry Jam #AC0665

Tints of Jazzberry Jam #AC0665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 61.65%
G = 2.15%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC0665 (or 0xAC0665) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 65. RGB value is (172,6,101). Sum of RGB (Red+Green+Blue) = 172+6+101=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0665 is #53F99A. Grayscale: #424242. Windows color (decimal): -5503387 or 6620844. OLE color: 6620844.

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

Color convert

RGB 172 6 101 -
CMYK 0 0.97 0.41 0.33
HSL 325.66º 0.93% 0.35% -
HSV(B) 325.66º 0.97% 0.67% -
XYZ 19.43 9.84 13.19 -
YUV 66.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 172 6 101 0 0.97 0.41 0.33 325.66 0.93 0.35
Hex AC 6 65 0 61 29 21 146 5D 23
Octal 254 6 145 0 141 51 41 506 135 43
Binary 10101100 110 1100101 0 1100001 101001 100001 101000110 1011101 100011

Color Harmonies of #AC0665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0665

Black with #AC0665

Text Example


Text Example

White with #AC0665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0665; }

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

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

background-color css

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

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

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

border-color css

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

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

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