Html Css Color HEX #AA075D Jazzberry Jam

📋 copy color: '#AA075D'

red 170 ◦ green 7 ◦ blue 93

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

Shades of Jazzberry Jam #AA075D

Tints of Jazzberry Jam #AA075D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 62.96%
G = 2.59%
B = 34.44%

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

#AA075D (or 0xAA075D) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 5D. RGB value is (170,7,93). Sum of RGB (Red+Green+Blue) = 170+7+93=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA075D is #55F8A2. Grayscale: #414141. Windows color (decimal): -5634211 or 6096810. OLE color: 6096810.

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

Color convert

RGB 170 7 93 -
CMYK 0 0.96 0.45 0.33
HSL 328.34º 0.92% 0.35% -
HSV(B) 328.34º 0.96% 0.67% -
XYZ 18.63 9.49 11.21 -
YUV 65.54 143.5 202.51 -
System Red Green Blue C M Y K H S L
Decimal 170 7 93 0 0.96 0.45 0.33 328.34 0.92 0.35
Hex AA 7 5D 0 60 2D 21 148 5C 23
Octal 252 7 135 0 140 55 41 510 134 43
Binary 10101010 111 1011101 0 1100000 101101 100001 101001000 1011100 100011

Color Harmonies of #AA075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA075D

Black with #AA075D

Text Example


Text Example

White with #AA075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA075D; }

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

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

background-color css

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

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

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

border-color css

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

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

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