Html Css Color HEX #AA035A Jazzberry Jam

📋 copy color: '#AA035A'

red 170 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #AA035A

Tints of Jazzberry Jam #AA035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 90 (35.55% from 255) = 34.22%

R = 64.64%
G = 1.14%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA035A (or 0xAA035A) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 5A. RGB value is (170,3,90). Sum of RGB (Red+Green+Blue) = 170+3+90=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA035A is #55FCA5. Grayscale: #3E3E3E. Windows color (decimal): -5635238 or 5899178. OLE color: 5899178.

HSL color Cylindrical-coordinate representation of color #AA035A: hue angle of 328.74º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA035A is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 3 90 -
CMYK 0 0.98 0.47 0.33
HSL 328.74º 0.97% 0.34% -
HSV(B) 328.74º 0.98% 0.67% -
XYZ 18.46 9.35 10.5 -
YUV 62.85 143.33 204.43 -
System Red Green Blue C M Y K H S L
Decimal 170 3 90 0 0.98 0.47 0.33 328.74 0.97 0.34
Hex AA 3 5A 0 62 2F 21 149 61 22
Octal 252 3 132 0 142 57 41 511 141 42
Binary 10101010 11 1011010 0 1100010 101111 100001 101001001 1100001 100010

Color Harmonies of #AA035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA035A

Black with #AA035A

Text Example


Text Example

White with #AA035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA035A; }

 p { color: rgb(170,3,90); }

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

background-color css

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

 a { background-color: rgb(170,3,90); }

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

border-color css

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

 span { border-color: rgb(170,3,90); }

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