Html Css Color HEX #A951ED Medium Orchid

📋 copy color: '#A951ED'

red 169 ◦ green 81 ◦ blue 237

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

Shades of Medium Orchid #A951ED

Tints of Medium Orchid #A951ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 34.7%
G = 16.63%
B = 48.67%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A951ED (or 0xA951ED) is known color: Medium Orchid. HEX triplet: A9, 51 and ED. RGB value is (169,81,237). Sum of RGB (Red+Green+Blue) = 169+81+237=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #A951ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A951ED is #56AE12. Grayscale: #7C7C7C. Windows color (decimal): -5680659 or 15552937. OLE color: 15552937.

HSL color Cylindrical-coordinate representation of color #A951ED: hue angle of 273.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A951ED is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 81 237 -
CMYK 0.29 0.66 0 0.07
HSL 273.85º 0.81% 0.62% -
HSV(B) 273.85º 0.66% 0.93% -
XYZ 34.59 20.43 82.24 -
YUV 125.1 191.15 159.32 -
System Red Green Blue C M Y K H S L
Decimal 169 81 237 0.29 0.66 0 0.07 273.85 0.81 0.62
Hex A9 51 ED 1D 42 0 7 112 51 3E
Octal 251 121 355 35 102 0 7 422 121 76
Binary 10101001 1010001 11101101 11101 1000010 0 111 100010010 1010001 111110

Color Harmonies of #A951ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A951ED

Black with #A951ED

Text Example


Text Example

White with #A951ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A951ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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