Html Css Color HEX #AA4BE0 Medium Orchid

📋 copy color: '#AA4BE0'

red 170 ◦ green 75 ◦ blue 224

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

Shades of Medium Orchid #AA4BE0

Tints of Medium Orchid #AA4BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.76%

R = 36.25%
G = 15.99%
B = 47.76%

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

#AA4BE0 (or 0xAA4BE0) is known color: Medium Orchid. HEX triplet: AA, 4B and E0. RGB value is (170,75,224). Sum of RGB (Red+Green+Blue) = 170+75+224=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA4BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BE0 is #55B41F. Grayscale: #777777. Windows color (decimal): -5616672 or 14699434. OLE color: 14699434.

HSL color Cylindrical-coordinate representation of color #AA4BE0: hue angle of 278.26º 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 #AA4BE0 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 75 224 -
CMYK 0.24 0.67 0 0.12
HSL 278.26º 0.71% 0.59% -
HSV(B) 278.26º 0.67% 0.88% -
XYZ 32.55 18.96 72.47 -
YUV 120.39 186.47 163.38 -
System Red Green Blue C M Y K H S L
Decimal 170 75 224 0.24 0.67 0 0.12 278.26 0.71 0.59
Hex AA 4B E0 18 43 0 C 116 47 3B
Octal 252 113 340 30 103 0 14 426 107 73
Binary 10101010 1001011 11100000 11000 1000011 0 1100 100010110 1000111 111011

Color Harmonies of #AA4BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4BE0

Black with #AA4BE0

Text Example


Text Example

White with #AA4BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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