Html Css Color HEX #AA2068 Jazzberry Jam

📋 copy color: '#AA2068'

red 170 ◦ green 32 ◦ blue 104

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

Shades of Jazzberry Jam #AA2068

Tints of Jazzberry Jam #AA2068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.46%

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 55.56%
G = 10.46%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA2068 (or 0xAA2068) is known color: Jazzberry Jam. HEX triplet: AA, 20 and 68. RGB value is (170,32,104). Sum of RGB (Red+Green+Blue) = 170+32+104=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2068 is #55DF97. Grayscale: #515151. Windows color (decimal): -5627800 or 6824106. OLE color: 6824106.

HSL color Cylindrical-coordinate representation of color #AA2068: hue angle of 328.7º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2068 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 32 104 -
CMYK 0 0.81 0.39 0.33
HSL 328.7º 0.68% 0.4% -
HSV(B) 328.7º 0.81% 0.67% -
XYZ 19.59 10.58 14.11 -
YUV 81.47 140.72 191.15 -
System Red Green Blue C M Y K H S L
Decimal 170 32 104 0 0.81 0.39 0.33 328.7 0.68 0.4
Hex AA 20 68 0 51 27 21 149 44 28
Octal 252 40 150 0 121 47 41 511 104 50
Binary 10101010 100000 1101000 0 1010001 100111 100001 101001001 1000100 101000

Color Harmonies of #AA2068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2068

Black with #AA2068

Text Example


Text Example

White with #AA2068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2068; }

 p { color: rgb(170,32,104); }

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

background-color css

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

 a { background-color: rgb(170,32,104); }

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

border-color css

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

 span { border-color: rgb(170,32,104); }

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