Html Css Color HEX #A951FA Medium Orchid

📋 copy color: '#A951FA'

red 169 ◦ green 81 ◦ blue 250

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

Shades of Medium Orchid #A951FA

Tints of Medium Orchid #A951FA

RGB

 RED value IS 169 (66.41% from 255) = 33.8%

 GREEN value IS 81 (32.03% from 255) = 16.2%

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

R = 33.8%
G = 16.2%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A951FA (or 0xA951FA) is known color: Medium Orchid. HEX triplet: A9, 51 and FA. RGB value is (169,81,250). Sum of RGB (Red+Green+Blue) = 169+81+250=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #A951FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A951FA is #56AE05. Grayscale: #7D7D7D. Windows color (decimal): -5680646 or 16404905. OLE color: 16404905.

HSL color Cylindrical-coordinate representation of color #A951FA: hue angle of 271.24º 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 #A951FA is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 81 250 -
CMYK 0.32 0.68 0 0.02
HSL 271.24º 0.94% 0.65% -
HSV(B) 271.24º 0.68% 0.98% -
XYZ 36.56 21.22 92.61 -
YUV 126.58 197.65 158.26 -
System Red Green Blue C M Y K H S L
Decimal 169 81 250 0.32 0.68 0 0.02 271.24 0.94 0.65
Hex A9 51 FA 20 44 0 2 10F 5E 41
Octal 251 121 372 40 104 0 2 417 136 101
Binary 10101001 1010001 11111010 100000 1000100 0 10 100001111 1011110 1000001

Color Harmonies of #A951FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A951FA

Black with #A951FA

Text Example


Text Example

White with #A951FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A951FA; }

 p { color: rgb(169,81,250); }

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

background-color css

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

 a { background-color: rgb(169,81,250); }

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

border-color css

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

 span { border-color: rgb(169,81,250); }

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