Html Css Color HEX #A951FE Medium Orchid

📋 copy color: '#A951FE'

red 169 ◦ green 81 ◦ blue 254

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

Shades of Medium Orchid #A951FE

Tints of Medium Orchid #A951FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 33.53%
G = 16.07%
B = 50.4%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A951FE (or 0xA951FE) is known color: Medium Orchid. HEX triplet: A9, 51 and FE. RGB value is (169,81,254). Sum of RGB (Red+Green+Blue) = 169+81+254=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #A951FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A951FE is #56AE01. Grayscale: #7E7E7E. Windows color (decimal): -5680642 or 16667049. OLE color: 16667049.

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

Color convert

RGB 169 81 254 -
CMYK 0.33 0.68 0 0.00
HSL 270.52º 0.99% 0.66% -
HSV(B) 270.52º 0.68% 1% -
XYZ 37.19 21.48 95.95 -
YUV 127.03 199.65 157.93 -
System Red Green Blue C M Y K H S L
Decimal 169 81 254 0.33 0.68 0 0.00 270.52 0.99 0.66
Hex A9 51 FE 21 44 0 0 10F 63 42
Octal 251 121 376 41 104 0 0 417 143 102
Binary 10101001 1010001 11111110 100001 1000100 0 0 100001111 1100011 1000010

Color Harmonies of #A951FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A951FE

Black with #A951FE

Text Example


Text Example

White with #A951FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A951FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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