Html Css Color HEX #A450ED Medium Orchid

📋 copy color: '#A450ED'

red 164 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #A450ED

Tints of Medium Orchid #A450ED

RGB

 RED value IS 164 (64.45% from 255) = 34.1%

 GREEN value IS 80 (31.64% from 255) = 16.63%

 BLUE value IS 237 (92.97% from 255) = 49.27%

R = 34.1%
G = 16.63%
B = 49.27%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A450ED (or 0xA450ED) is known color: Medium Orchid. HEX triplet: A4, 50 and ED. RGB value is (164,80,237). Sum of RGB (Red+Green+Blue) = 164+80+237=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #A450ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A450ED is #5BAF12. Grayscale: #7A7A7A. Windows color (decimal): -6008595 or 15552676. OLE color: 15552676.

HSL color Cylindrical-coordinate representation of color #A450ED: hue angle of 272.1º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A450ED is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 80 237 -
CMYK 0.31 0.66 0 0.07
HSL 272.1º 0.81% 0.62% -
HSV(B) 272.1º 0.66% 0.93% -
XYZ 33.46 19.74 82.17 -
YUV 123.01 192.33 157.23 -
System Red Green Blue C M Y K H S L
Decimal 164 80 237 0.31 0.66 0 0.07 272.1 0.81 0.62
Hex A4 50 ED 1F 42 0 7 110 51 3E
Octal 244 120 355 37 102 0 7 420 121 76
Binary 10100100 1010000 11101101 11111 1000010 0 111 100010000 1010001 111110

Color Harmonies of #A450ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450ED

Black with #A450ED

Text Example


Text Example

White with #A450ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450ED; }

 p { color: rgb(164,80,237); }

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

background-color css

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

 a { background-color: rgb(164,80,237); }

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

border-color css

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

 span { border-color: rgb(164,80,237); }

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