Html Css Color HEX #A946E5 Medium Orchid

📋 copy color: '#A946E5'

red 169 ◦ green 70 ◦ blue 229

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

Shades of Medium Orchid #A946E5

Tints of Medium Orchid #A946E5

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.96%

 BLUE value IS 229 (89.84% from 255) = 48.93%

R = 36.11%
G = 14.96%
B = 48.93%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A946E5 (or 0xA946E5) is known color: Medium Orchid. HEX triplet: A9, 46 and E5. RGB value is (169,70,229). Sum of RGB (Red+Green+Blue) = 169+70+229=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #A946E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A946E5 is #56B91A. Grayscale: #757575. Windows color (decimal): -5683483 or 15025833. OLE color: 15025833.

HSL color Cylindrical-coordinate representation of color #A946E5: hue angle of 277.36º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A946E5 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 70 229 -
CMYK 0.26 0.69 0 0.10
HSL 277.36º 0.75% 0.59% -
HSV(B) 277.36º 0.69% 0.9% -
XYZ 32.7 18.47 75.97 -
YUV 117.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 169 70 229 0.26 0.69 0 0.10 277.36 0.75 0.59
Hex A9 46 E5 1A 45 0 A 115 4B 3B
Octal 251 106 345 32 105 0 12 425 113 73
Binary 10101001 1000110 11100101 11010 1000101 0 1010 100010101 1001011 111011

Color Harmonies of #A946E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A946E5

Black with #A946E5

Text Example


Text Example

White with #A946E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A946E5; }

 p { color: rgb(169,70,229); }

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

background-color css

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

 a { background-color: rgb(169,70,229); }

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

border-color css

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

 span { border-color: rgb(169,70,229); }

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