Html Css Color HEX #A650FA Medium Orchid

📋 copy color: '#A650FA'

red 166 ◦ green 80 ◦ blue 250

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

Shades of Medium Orchid #A650FA

Tints of Medium Orchid #A650FA

RGB

 RED value IS 166 (65.23% from 255) = 33.47%

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

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 33.47%
G = 16.13%
B = 50.4%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A650FA (or 0xA650FA) is known color: Medium Orchid. HEX triplet: A6, 50 and FA. RGB value is (166,80,250). Sum of RGB (Red+Green+Blue) = 166+80+250=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #A650FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A650FA is #59AF05. Grayscale: #7C7C7C. Windows color (decimal): -5877510 or 16404646. OLE color: 16404646.

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

Color convert

RGB 166 80 250 -
CMYK 0.34 0.68 0 0.02
HSL 270.35º 0.94% 0.65% -
HSV(B) 270.35º 0.68% 0.98% -
XYZ 35.85 20.75 92.56 -
YUV 125.09 198.49 157.18 -
System Red Green Blue C M Y K H S L
Decimal 166 80 250 0.34 0.68 0 0.02 270.35 0.94 0.65
Hex A6 50 FA 22 44 0 2 10E 5E 41
Octal 246 120 372 42 104 0 2 416 136 101
Binary 10100110 1010000 11111010 100010 1000100 0 10 100001110 1011110 1000001

Color Harmonies of #A650FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A650FA

Black with #A650FA

Text Example


Text Example

White with #A650FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A650FA; }

 p { color: rgb(166,80,250); }

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

background-color css

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

 a { background-color: rgb(166,80,250); }

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

border-color css

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

 span { border-color: rgb(166,80,250); }

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