Html Css Color HEX #A95BDE Medium Orchid

📋 copy color: '#A95BDE'

red 169 ◦ green 91 ◦ blue 222

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

Shades of Medium Orchid #A95BDE

Tints of Medium Orchid #A95BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.88%

 BLUE value IS 222 (87.11% from 255) = 46.06%

R = 35.06%
G = 18.88%
B = 46.06%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A95BDE (or 0xA95BDE) is known color: Medium Orchid. HEX triplet: A9, 5B and DE. RGB value is (169,91,222). Sum of RGB (Red+Green+Blue) = 169+91+222=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #A95BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BDE is #56A421. Grayscale: #808080. Windows color (decimal): -5678114 or 14572457. OLE color: 14572457.

HSL color Cylindrical-coordinate representation of color #A95BDE: hue angle of 275.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A95BDE is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 91 222 -
CMYK 0.24 0.59 0 0.13
HSL 275.73º 0.66% 0.61% -
HSV(B) 275.73º 0.59% 0.87% -
XYZ 33.29 21.19 71.44 -
YUV 129.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 169 91 222 0.24 0.59 0 0.13 275.73 0.66 0.61
Hex A9 5B DE 18 3B 0 D 114 42 3D
Octal 251 133 336 30 73 0 15 424 102 75
Binary 10101001 1011011 11011110 11000 111011 0 1101 100010100 1000010 111101

Color Harmonies of #A95BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95BDE

Black with #A95BDE

Text Example


Text Example

White with #A95BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95BDE; }

 p { color: rgb(169,91,222); }

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

background-color css

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

 a { background-color: rgb(169,91,222); }

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

border-color css

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

 span { border-color: rgb(169,91,222); }

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