Html Css Color HEX #AA1A75 Jazzberry Jam

📋 copy color: '#AA1A75'

red 170 ◦ green 26 ◦ blue 117

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

Shades of Jazzberry Jam #AA1A75

Tints of Jazzberry Jam #AA1A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.31%

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 54.31%
G = 8.31%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA1A75 (or 0xAA1A75) is known color: Jazzberry Jam. HEX triplet: AA, 1A and 75. RGB value is (170,26,117). Sum of RGB (Red+Green+Blue) = 170+26+117=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A75 is #55E58A. Grayscale: #4F4F4F. Windows color (decimal): -5629323 or 7674538. OLE color: 7674538.

HSL color Cylindrical-coordinate representation of color #AA1A75: hue angle of 322.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A75 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 26 117 -
CMYK 0 0.85 0.31 0.33
HSL 322.08º 0.73% 0.38% -
HSV(B) 322.08º 0.85% 0.67% -
XYZ 20.16 10.57 17.81 -
YUV 79.43 149.21 192.6 -
System Red Green Blue C M Y K H S L
Decimal 170 26 117 0 0.85 0.31 0.33 322.08 0.73 0.38
Hex AA 1A 75 0 55 1F 21 142 49 26
Octal 252 32 165 0 125 37 41 502 111 46
Binary 10101010 11010 1110101 0 1010101 11111 100001 101000010 1001001 100110

Color Harmonies of #AA1A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A75

Black with #AA1A75

Text Example


Text Example

White with #AA1A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A75; }

 p { color: rgb(170,26,117); }

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

background-color css

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

 a { background-color: rgb(170,26,117); }

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

border-color css

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

 span { border-color: rgb(170,26,117); }

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