Html Css Color HEX #AA1375 Jazzberry Jam

📋 copy color: '#AA1375'

red 170 ◦ green 19 ◦ blue 117

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

Shades of Jazzberry Jam #AA1375

Tints of Jazzberry Jam #AA1375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.21%

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

R = 55.56%
G = 6.21%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA1375 (or 0xAA1375) is known color: Jazzberry Jam. HEX triplet: AA, 13 and 75. RGB value is (170,19,117). Sum of RGB (Red+Green+Blue) = 170+19+117=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1375 is #55EC8A. Grayscale: #4B4B4B. Windows color (decimal): -5631115 or 7672746. OLE color: 7672746.

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

Color convert

RGB 170 19 117 -
CMYK 0 0.89 0.31 0.33
HSL 321.06º 0.8% 0.37% -
HSV(B) 321.06º 0.89% 0.67% -
XYZ 20.02 10.3 17.76 -
YUV 75.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 170 19 117 0 0.89 0.31 0.33 321.06 0.8 0.37
Hex AA 13 75 0 59 1F 21 141 50 25
Octal 252 23 165 0 131 37 41 501 120 45
Binary 10101010 10011 1110101 0 1011001 11111 100001 101000001 1010000 100101

Color Harmonies of #AA1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1375

Black with #AA1375

Text Example


Text Example

White with #AA1375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1375; }

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

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

background-color css

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

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

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

border-color css

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

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

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