Html Css Color HEX #A450DE Medium Orchid

📋 copy color: '#A450DE'

red 164 ◦ green 80 ◦ blue 222

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

Shades of Medium Orchid #A450DE

Tints of Medium Orchid #A450DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.64%

R = 35.19%
G = 17.17%
B = 47.64%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A450DE (or 0xA450DE) is known color: Medium Orchid. HEX triplet: A4, 50 and DE. RGB value is (164,80,222). Sum of RGB (Red+Green+Blue) = 164+80+222=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #A450DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450DE is #5BAF21. Grayscale: #787878. Windows color (decimal): -6008610 or 14569636. OLE color: 14569636.

HSL color Cylindrical-coordinate representation of color #A450DE: hue angle of 275.49º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A450DE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 80 222 -
CMYK 0.26 0.64 0 0.13
HSL 275.49º 0.68% 0.59% -
HSV(B) 275.49º 0.64% 0.87% -
XYZ 31.36 18.9 71.1 -
YUV 121.3 184.83 158.45 -
System Red Green Blue C M Y K H S L
Decimal 164 80 222 0.26 0.64 0 0.13 275.49 0.68 0.59
Hex A4 50 DE 1A 40 0 D 113 44 3B
Octal 244 120 336 32 100 0 15 423 104 73
Binary 10100100 1010000 11011110 11010 1000000 0 1101 100010011 1000100 111011

Color Harmonies of #A450DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450DE

Black with #A450DE

Text Example


Text Example

White with #A450DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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