Html Css Color HEX #AA075E Jazzberry Jam

📋 copy color: '#AA075E'

red 170 ◦ green 7 ◦ blue 94

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

Shades of Jazzberry Jam #AA075E

Tints of Jazzberry Jam #AA075E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 62.73%
G = 2.58%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA075E (or 0xAA075E) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 5E. RGB value is (170,7,94). Sum of RGB (Red+Green+Blue) = 170+7+94=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA075E is #55F8A1. Grayscale: #414141. Windows color (decimal): -5634210 or 6162346. OLE color: 6162346.

HSL color Cylindrical-coordinate representation of color #AA075E: hue angle of 327.98º degrees, saturation: 0.92, 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 #AA075E is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 7 94 -
CMYK 0 0.96 0.45 0.33
HSL 327.98º 0.92% 0.35% -
HSV(B) 327.98º 0.96% 0.67% -
XYZ 18.67 9.51 11.44 -
YUV 65.66 144 202.43 -
System Red Green Blue C M Y K H S L
Decimal 170 7 94 0 0.96 0.45 0.33 327.98 0.92 0.35
Hex AA 7 5E 0 60 2D 21 148 5C 23
Octal 252 7 136 0 140 55 41 510 134 43
Binary 10101010 111 1011110 0 1100000 101101 100001 101001000 1011100 100011

Color Harmonies of #AA075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA075E

Black with #AA075E

Text Example


Text Example

White with #AA075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA075E; }

 p { color: rgb(170,7,94); }

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

background-color css

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

 a { background-color: rgb(170,7,94); }

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

border-color css

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

 span { border-color: rgb(170,7,94); }

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