Html Css Color HEX #A95AD0 Medium Orchid

📋 copy color: '#A95AD0'

red 169 ◦ green 90 ◦ blue 208

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

Shades of Medium Orchid #A95AD0

Tints of Medium Orchid #A95AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 36.19%
G = 19.27%
B = 44.54%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A95AD0 (or 0xA95AD0) is known color: Medium Orchid. HEX triplet: A9, 5A and D0. RGB value is (169,90,208). Sum of RGB (Red+Green+Blue) = 169+90+208=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #A95AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95AD0 is #56A52F. Grayscale: #7E7E7E. Windows color (decimal): -5678384 or 13654697. OLE color: 13654697.

HSL color Cylindrical-coordinate representation of color #A95AD0: hue angle of 280.17º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A95AD0 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 90 208 -
CMYK 0.19 0.57 0 0.18
HSL 280.17º 0.56% 0.58% -
HSV(B) 280.17º 0.57% 0.82% -
XYZ 31.4 20.3 61.94 -
YUV 127.07 173.67 157.91 -
System Red Green Blue C M Y K H S L
Decimal 169 90 208 0.19 0.57 0 0.18 280.17 0.56 0.58
Hex A9 5A D0 13 39 0 12 118 38 3A
Octal 251 132 320 23 71 0 22 430 70 72
Binary 10101001 1011010 11010000 10011 111001 0 10010 100011000 111000 111010

Color Harmonies of #A95AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95AD0

Black with #A95AD0

Text Example


Text Example

White with #A95AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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