Html Css Color HEX #AA065C Jazzberry Jam

📋 copy color: '#AA065C'

red 170 ◦ green 6 ◦ blue 92

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

Shades of Jazzberry Jam #AA065C

Tints of Jazzberry Jam #AA065C

RGB

 RED value IS 170 (66.8% from 255) = 63.43%

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

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

R = 63.43%
G = 2.24%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA065C (or 0xAA065C) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 5C. RGB value is (170,6,92). Sum of RGB (Red+Green+Blue) = 170+6+92=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA065C is #55F9A3. Grayscale: #404040. Windows color (decimal): -5634468 or 6031018. OLE color: 6031018.

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

Color convert

RGB 170 6 92 -
CMYK 0 0.96 0.46 0.33
HSL 328.54º 0.93% 0.35% -
HSV(B) 328.54º 0.96% 0.67% -
XYZ 18.57 9.45 10.97 -
YUV 64.84 143.33 203.01 -
System Red Green Blue C M Y K H S L
Decimal 170 6 92 0 0.96 0.46 0.33 328.54 0.93 0.35
Hex AA 6 5C 0 60 2E 21 149 5D 23
Octal 252 6 134 0 140 56 41 511 135 43
Binary 10101010 110 1011100 0 1100000 101110 100001 101001001 1011101 100011

Color Harmonies of #AA065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA065C

Black with #AA065C

Text Example


Text Example

White with #AA065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA065C; }

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

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

background-color css

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

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

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

border-color css

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

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

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