Html Css Color HEX #AC065C Jazzberry Jam

📋 copy color: '#AC065C'

red 172 ◦ green 6 ◦ blue 92

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

Shades of Jazzberry Jam #AC065C

Tints of Jazzberry Jam #AC065C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 63.7%
G = 2.22%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC065C (or 0xAC065C) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 5C. RGB value is (172,6,92). Sum of RGB (Red+Green+Blue) = 172+6+92=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC065C is #53F9A3. Grayscale: #414141. Windows color (decimal): -5503396 or 6031020. OLE color: 6031020.

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

Color convert

RGB 172 6 92 -
CMYK 0 0.97 0.47 0.33
HSL 328.92º 0.93% 0.35% -
HSV(B) 328.92º 0.97% 0.67% -
XYZ 19.01 9.67 10.99 -
YUV 65.44 143 204.01 -
System Red Green Blue C M Y K H S L
Decimal 172 6 92 0 0.97 0.47 0.33 328.92 0.93 0.35
Hex AC 6 5C 0 61 2F 21 149 5D 23
Octal 254 6 134 0 141 57 41 511 135 43
Binary 10101100 110 1011100 0 1100001 101111 100001 101001001 1011101 100011

Color Harmonies of #AC065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC065C

Black with #AC065C

Text Example


Text Example

White with #AC065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC065C; }

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

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

background-color css

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

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

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

border-color css

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

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

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