Html Css Color HEX #A95ADB Medium Orchid

📋 copy color: '#A95ADB'

red 169 ◦ green 90 ◦ blue 219

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

Shades of Medium Orchid #A95ADB

Tints of Medium Orchid #A95ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 35.36%
G = 18.83%
B = 45.82%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A95ADB (or 0xA95ADB) is known color: Medium Orchid. HEX triplet: A9, 5A and DB. RGB value is (169,90,219). Sum of RGB (Red+Green+Blue) = 169+90+219=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #A95ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ADB is #56A524. Grayscale: #7F7F7F. Windows color (decimal): -5678373 or 14375593. OLE color: 14375593.

HSL color Cylindrical-coordinate representation of color #A95ADB: hue angle of 276.74º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A95ADB is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 90 219 -
CMYK 0.23 0.59 0 0.14
HSL 276.74º 0.64% 0.61% -
HSV(B) 276.74º 0.59% 0.86% -
XYZ 32.8 20.86 69.32 -
YUV 128.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 169 90 219 0.23 0.59 0 0.14 276.74 0.64 0.61
Hex A9 5A DB 17 3B 0 E 115 40 3D
Octal 251 132 333 27 73 0 16 425 100 75
Binary 10101001 1011010 11011011 10111 111011 0 1110 100010101 1000000 111101

Color Harmonies of #A95ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95ADB

Black with #A95ADB

Text Example


Text Example

White with #A95ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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