Html Css Color HEX #A850EA Medium Orchid

📋 copy color: '#A850EA'

red 168 ◦ green 80 ◦ blue 234

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

Shades of Medium Orchid #A850EA

Tints of Medium Orchid #A850EA

RGB

 RED value IS 168 (66.02% from 255) = 34.85%

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 34.85%
G = 16.6%
B = 48.55%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A850EA (or 0xA850EA) is known color: Medium Orchid. HEX triplet: A8, 50 and EA. RGB value is (168,80,234). Sum of RGB (Red+Green+Blue) = 168+80+234=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #A850EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A850EA is #57AF15. Grayscale: #7B7B7B. Windows color (decimal): -5746454 or 15356072. OLE color: 15356072.

HSL color Cylindrical-coordinate representation of color #A850EA: hue angle of 274.29º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A850EA is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 80 234 -
CMYK 0.28 0.66 0 0.08
HSL 274.29º 0.79% 0.62% -
HSV(B) 274.29º 0.66% 0.92% -
XYZ 33.87 20 79.92 -
YUV 123.87 190.15 159.48 -
System Red Green Blue C M Y K H S L
Decimal 168 80 234 0.28 0.66 0 0.08 274.29 0.79 0.62
Hex A8 50 EA 1C 42 0 8 112 4F 3E
Octal 250 120 352 34 102 0 10 422 117 76
Binary 10101000 1010000 11101010 11100 1000010 0 1000 100010010 1001111 111110

Color Harmonies of #A850EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850EA

Black with #A850EA

Text Example


Text Example

White with #A850EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850EA; }

 p { color: rgb(168,80,234); }

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

background-color css

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

 a { background-color: rgb(168,80,234); }

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

border-color css

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

 span { border-color: rgb(168,80,234); }

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