Html Css Color HEX #AA2364 Jazzberry Jam

📋 copy color: '#AA2364'

red 170 ◦ green 35 ◦ blue 100

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

Shades of Jazzberry Jam #AA2364

Tints of Jazzberry Jam #AA2364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 55.74%
G = 11.48%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA2364 (or 0xAA2364) is known color: Jazzberry Jam. HEX triplet: AA, 23 and 64. RGB value is (170,35,100). Sum of RGB (Red+Green+Blue) = 170+35+100=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2364 is #55DC9B. Grayscale: #525252. Windows color (decimal): -5627036 or 6562730. OLE color: 6562730.

HSL color Cylindrical-coordinate representation of color #AA2364: hue angle of 331.11º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2364 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 35 100 -
CMYK 0 0.79 0.41 0.33
HSL 331.11º 0.66% 0.4% -
HSV(B) 331.11º 0.79% 0.67% -
XYZ 19.48 10.67 13.09 -
YUV 82.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 170 35 100 0 0.79 0.41 0.33 331.11 0.66 0.4
Hex AA 23 64 0 4F 29 21 14B 42 28
Octal 252 43 144 0 117 51 41 513 102 50
Binary 10101010 100011 1100100 0 1001111 101001 100001 101001011 1000010 101000

Color Harmonies of #AA2364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2364

Black with #AA2364

Text Example


Text Example

White with #AA2364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2364; }

 p { color: rgb(170,35,100); }

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

background-color css

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

 a { background-color: rgb(170,35,100); }

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

border-color css

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

 span { border-color: rgb(170,35,100); }

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