Html Css Color HEX #A951FF Medium Orchid

📋 copy color: '#A951FF'

red 169 ◦ green 81 ◦ blue 255

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

Shades of Medium Orchid #A951FF

Tints of Medium Orchid #A951FF

RGB

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

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

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

R = 33.47%
G = 16.04%
B = 50.5%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A951FF (or 0xA951FF) is known color: Medium Orchid. HEX triplet: A9, 51 and FF. RGB value is (169,81,255). Sum of RGB (Red+Green+Blue) = 169+81+255=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #A951FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A951FF is #56AE00. Grayscale: #7E7E7E. Windows color (decimal): -5680641 or 16732585. OLE color: 16732585.

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

Color convert

RGB 169 81 255 -
CMYK 0.34 0.68 0 0
HSL 270.34º 1% 0.66% -
HSV(B) 270.34º 0.68% 1% -
XYZ 37.35 21.54 96.8 -
YUV 127.15 200.15 157.85 -
System Red Green Blue C M Y K H S L
Decimal 169 81 255 0.34 0.68 0 0 270.34 1 0.66
Hex A9 51 FF 22 44 0 0 10E 64 42
Octal 251 121 377 42 104 0 0 416 144 102
Binary 10101001 1010001 11111111 100010 1000100 0 0 100001110 1100100 1000010

Color Harmonies of #A951FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A951FF

Black with #A951FF

Text Example


Text Example

White with #A951FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A951FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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