Html Css Color HEX #A850FD Medium Orchid

📋 copy color: '#A850FD'

red 168 ◦ green 80 ◦ blue 253

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

Shades of Medium Orchid #A850FD

Tints of Medium Orchid #A850FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 33.53%
G = 15.97%
B = 50.5%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A850FD (or 0xA850FD) is known color: Medium Orchid. HEX triplet: A8, 50 and FD. RGB value is (168,80,253). Sum of RGB (Red+Green+Blue) = 168+80+253=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #A850FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A850FD is #57AF02. Grayscale: #7D7D7D. Windows color (decimal): -5746435 or 16601256. OLE color: 16601256.

HSL color Cylindrical-coordinate representation of color #A850FD: hue angle of 270.52º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A850FD is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 80 253 -
CMYK 0.34 0.68 0 0.01
HSL 270.52º 0.98% 0.65% -
HSV(B) 270.52º 0.68% 0.99% -
XYZ 36.75 21.15 95.07 -
YUV 126.03 199.65 157.93 -
System Red Green Blue C M Y K H S L
Decimal 168 80 253 0.34 0.68 0 0.01 270.52 0.98 0.65
Hex A8 50 FD 22 44 0 1 10F 62 41
Octal 250 120 375 42 104 0 1 417 142 101
Binary 10101000 1010000 11111101 100010 1000100 0 1 100001111 1100010 1000001

Color Harmonies of #A850FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850FD

Black with #A850FD

Text Example


Text Example

White with #A850FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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