Html Css Color HEX #A951EA Medium Orchid

📋 copy color: '#A951EA'

red 169 ◦ green 81 ◦ blue 234

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

Shades of Medium Orchid #A951EA

Tints of Medium Orchid #A951EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.35%

R = 34.92%
G = 16.74%
B = 48.35%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A951EA (or 0xA951EA) is known color: Medium Orchid. HEX triplet: A9, 51 and EA. RGB value is (169,81,234). Sum of RGB (Red+Green+Blue) = 169+81+234=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #A951EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A951EA is #56AE15. Grayscale: #7C7C7C. Windows color (decimal): -5680662 or 15356329. OLE color: 15356329.

HSL color Cylindrical-coordinate representation of color #A951EA: hue angle of 274.51º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A951EA is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 81 234 -
CMYK 0.28 0.65 0 0.08
HSL 274.51º 0.78% 0.62% -
HSV(B) 274.51º 0.65% 0.92% -
XYZ 34.16 20.26 79.95 -
YUV 124.75 189.65 159.56 -
System Red Green Blue C M Y K H S L
Decimal 169 81 234 0.28 0.65 0 0.08 274.51 0.78 0.62
Hex A9 51 EA 1C 41 0 8 113 4E 3E
Octal 251 121 352 34 101 0 10 423 116 76
Binary 10101001 1010001 11101010 11100 1000001 0 1000 100010011 1001110 111110

Color Harmonies of #A951EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A951EA

Black with #A951EA

Text Example


Text Example

White with #A951EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A951EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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