Html Css Color HEX #AA4BE1 Medium Orchid

📋 copy color: '#AA4BE1'

red 170 ◦ green 75 ◦ blue 225

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

Shades of Medium Orchid #AA4BE1

Tints of Medium Orchid #AA4BE1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.96%

 BLUE value IS 225 (88.28% from 255) = 47.87%

R = 36.17%
G = 15.96%
B = 47.87%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA4BE1 (or 0xAA4BE1) is known color: Medium Orchid. HEX triplet: AA, 4B and E1. RGB value is (170,75,225). Sum of RGB (Red+Green+Blue) = 170+75+225=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA4BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BE1 is #55B41E. Grayscale: #787878. Windows color (decimal): -5616671 or 14764970. OLE color: 14764970.

HSL color Cylindrical-coordinate representation of color #AA4BE1: hue angle of 278º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4BE1 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 75 225 -
CMYK 0.24 0.67 0 0.12
HSL 278º 0.71% 0.59% -
HSV(B) 278º 0.67% 0.88% -
XYZ 32.68 19.01 73.18 -
YUV 120.51 186.97 163.3 -
System Red Green Blue C M Y K H S L
Decimal 170 75 225 0.24 0.67 0 0.12 278 0.71 0.59
Hex AA 4B E1 18 43 0 C 116 47 3B
Octal 252 113 341 30 103 0 14 426 107 73
Binary 10101010 1001011 11100001 11000 1000011 0 1100 100010110 1000111 111011

Color Harmonies of #AA4BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4BE1

Black with #AA4BE1

Text Example


Text Example

White with #AA4BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4BE1; }

 p { color: rgb(170,75,225); }

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

background-color css

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

 a { background-color: rgb(170,75,225); }

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

border-color css

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

 span { border-color: rgb(170,75,225); }

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