Html Css Color HEX #A95AD6 Medium Orchid

📋 copy color: '#A95AD6'

red 169 ◦ green 90 ◦ blue 214

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

Shades of Medium Orchid #A95AD6

Tints of Medium Orchid #A95AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.03%

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 35.73%
G = 19.03%
B = 45.24%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A95AD6 (or 0xA95AD6) is known color: Medium Orchid. HEX triplet: A9, 5A and D6. RGB value is (169,90,214). Sum of RGB (Red+Green+Blue) = 169+90+214=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #A95AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95AD6 is #56A529. Grayscale: #7F7F7F. Windows color (decimal): -5678378 or 14047913. OLE color: 14047913.

HSL color Cylindrical-coordinate representation of color #A95AD6: hue angle of 278.23º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A95AD6 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 90 214 -
CMYK 0.21 0.58 0 0.16
HSL 278.23º 0.6% 0.6% -
HSV(B) 278.23º 0.58% 0.84% -
XYZ 32.16 20.6 65.9 -
YUV 127.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 169 90 214 0.21 0.58 0 0.16 278.23 0.6 0.6
Hex A9 5A D6 15 3A 0 10 116 3C 3C
Octal 251 132 326 25 72 0 20 426 74 74
Binary 10101001 1011010 11010110 10101 111010 0 10000 100010110 111100 111100

Color Harmonies of #A95AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95AD6

Black with #A95AD6

Text Example


Text Example

White with #A95AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95AD6; }

 p { color: rgb(169,90,214); }

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

background-color css

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

 a { background-color: rgb(169,90,214); }

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

border-color css

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

 span { border-color: rgb(169,90,214); }

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