Html Css Color HEX #A949ED Medium Orchid

📋 copy color: '#A949ED'

red 169 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #A949ED

Tints of Medium Orchid #A949ED

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.24%

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

R = 35.28%
G = 15.24%
B = 49.48%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A949ED (or 0xA949ED) is known color: Medium Orchid. HEX triplet: A9, 49 and ED. RGB value is (169,73,237). Sum of RGB (Red+Green+Blue) = 169+73+237=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #A949ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A949ED is #56B612. Grayscale: #777777. Windows color (decimal): -5682707 or 15550889. OLE color: 15550889.

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

Color convert

RGB 169 73 237 -
CMYK 0.29 0.69 0 0.07
HSL 275.12º 0.82% 0.61% -
HSV(B) 275.12º 0.69% 0.93% -
XYZ 34.03 19.31 82.06 -
YUV 120.4 193.8 162.66 -
System Red Green Blue C M Y K H S L
Decimal 169 73 237 0.29 0.69 0 0.07 275.12 0.82 0.61
Hex A9 49 ED 1D 45 0 7 113 52 3D
Octal 251 111 355 35 105 0 7 423 122 75
Binary 10101001 1001001 11101101 11101 1000101 0 111 100010011 1010010 111101

Color Harmonies of #A949ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A949ED

Black with #A949ED

Text Example


Text Example

White with #A949ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A949ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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