Html Css Color HEX #A850FF Medium Orchid

📋 copy color: '#A850FF'

red 168 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #A850FF

Tints of Medium Orchid #A850FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.7%

R = 33.4%
G = 15.9%
B = 50.7%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A850FF (or 0xA850FF) is known color: Medium Orchid. HEX triplet: A8, 50 and FF. RGB value is (168,80,255). Sum of RGB (Red+Green+Blue) = 168+80+255=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #A850FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A850FF is #57AF00. Grayscale: #7D7D7D. Windows color (decimal): -5746433 or 16732328. OLE color: 16732328.

HSL color Cylindrical-coordinate representation of color #A850FF: hue angle of 270.17º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A850FF is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 80 255 -
CMYK 0.34 0.69 0 0
HSL 270.17º 1% 0.66% -
HSV(B) 270.17º 0.69% 1% -
XYZ 37.07 21.28 96.76 -
YUV 126.26 200.65 157.77 -
System Red Green Blue C M Y K H S L
Decimal 168 80 255 0.34 0.69 0 0 270.17 1 0.66
Hex A8 50 FF 22 45 0 0 10E 64 42
Octal 250 120 377 42 105 0 0 416 144 102
Binary 10101000 1010000 11111111 100010 1000101 0 0 100001110 1100100 1000010

Color Harmonies of #A850FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850FF

Black with #A850FF

Text Example


Text Example

White with #A850FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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