Html Css Color HEX #A850E8 Medium Orchid

📋 copy color: '#A850E8'

red 168 ◦ green 80 ◦ blue 232

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

Shades of Medium Orchid #A850E8

Tints of Medium Orchid #A850E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.33%

R = 35%
G = 16.67%
B = 48.33%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A850E8 (or 0xA850E8) is known color: Medium Orchid. HEX triplet: A8, 50 and E8. RGB value is (168,80,232). Sum of RGB (Red+Green+Blue) = 168+80+232=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #A850E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A850E8 is #57AF17. Grayscale: #7B7B7B. Windows color (decimal): -5746456 or 15225000. OLE color: 15225000.

HSL color Cylindrical-coordinate representation of color #A850E8: hue angle of 274.74º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A850E8 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 80 232 -
CMYK 0.28 0.66 0 0.09
HSL 274.74º 0.77% 0.61% -
HSV(B) 274.74º 0.66% 0.91% -
XYZ 33.58 19.89 78.41 -
YUV 123.64 189.15 159.64 -
System Red Green Blue C M Y K H S L
Decimal 168 80 232 0.28 0.66 0 0.09 274.74 0.77 0.61
Hex A8 50 E8 1C 42 0 9 113 4D 3D
Octal 250 120 350 34 102 0 11 423 115 75
Binary 10101000 1010000 11101000 11100 1000010 0 1001 100010011 1001101 111101

Color Harmonies of #A850E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850E8

Black with #A850E8

Text Example


Text Example

White with #A850E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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