Html Css Color HEX #A95BDC Medium Orchid

📋 copy color: '#A95BDC'

red 169 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #A95BDC

Tints of Medium Orchid #A95BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 35.21%
G = 18.96%
B = 45.83%

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

#A95BDC (or 0xA95BDC) is known color: Medium Orchid. HEX triplet: A9, 5B and DC. RGB value is (169,91,220). Sum of RGB (Red+Green+Blue) = 169+91+220=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #A95BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BDC is #56A423. Grayscale: #808080. Windows color (decimal): -5678116 or 14441385. OLE color: 14441385.

HSL color Cylindrical-coordinate representation of color #A95BDC: hue angle of 276.28º degrees, saturation: 0.65, 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 #A95BDC is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 91 220 -
CMYK 0.23 0.59 0 0.14
HSL 276.28º 0.65% 0.61% -
HSV(B) 276.28º 0.59% 0.86% -
XYZ 33.02 21.08 70.04 -
YUV 129.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 169 91 220 0.23 0.59 0 0.14 276.28 0.65 0.61
Hex A9 5B DC 17 3B 0 E 114 41 3D
Octal 251 133 334 27 73 0 16 424 101 75
Binary 10101001 1011011 11011100 10111 111011 0 1110 100010100 1000001 111101

Color Harmonies of #A95BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95BDC

Black with #A95BDC

Text Example


Text Example

White with #A95BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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