Html Css Color HEX #A850EB Medium Orchid

📋 copy color: '#A850EB'

red 168 ◦ green 80 ◦ blue 235

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

Shades of Medium Orchid #A850EB

Tints of Medium Orchid #A850EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 34.78%
G = 16.56%
B = 48.65%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A850EB (or 0xA850EB) is known color: Medium Orchid. HEX triplet: A8, 50 and EB. RGB value is (168,80,235). Sum of RGB (Red+Green+Blue) = 168+80+235=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #A850EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A850EB is #57AF14. Grayscale: #7B7B7B. Windows color (decimal): -5746453 or 15421608. OLE color: 15421608.

HSL color Cylindrical-coordinate representation of color #A850EB: hue angle of 274.06º 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 #A850EB is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 80 235 -
CMYK 0.29 0.66 0 0.08
HSL 274.06º 0.79% 0.62% -
HSV(B) 274.06º 0.66% 0.92% -
XYZ 34.01 20.06 80.68 -
YUV 123.98 190.65 159.4 -
System Red Green Blue C M Y K H S L
Decimal 168 80 235 0.29 0.66 0 0.08 274.06 0.79 0.62
Hex A8 50 EB 1D 42 0 8 112 4F 3E
Octal 250 120 353 35 102 0 10 422 117 76
Binary 10101000 1010000 11101011 11101 1000010 0 1000 100010010 1001111 111110

Color Harmonies of #A850EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850EB

Black with #A850EB

Text Example


Text Example

White with #A850EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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