Html Css Color HEX #A95ADC Medium Orchid

📋 copy color: '#A95ADC'

red 169 ◦ green 90 ◦ blue 220

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

Shades of Medium Orchid #A95ADC

Tints of Medium Orchid #A95ADC

RGB

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

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

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

R = 35.28%
G = 18.79%
B = 45.93%

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

#A95ADC (or 0xA95ADC) is known color: Medium Orchid. HEX triplet: A9, 5A and DC. RGB value is (169,90,220). Sum of RGB (Red+Green+Blue) = 169+90+220=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #A95ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ADC is #56A523. Grayscale: #7F7F7F. Windows color (decimal): -5678372 or 14441129. OLE color: 14441129.

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

Color convert

RGB 169 90 220 -
CMYK 0.23 0.59 0 0.14
HSL 276.46º 0.65% 0.61% -
HSV(B) 276.46º 0.59% 0.86% -
XYZ 32.94 20.91 70.01 -
YUV 128.44 179.67 156.93 -
System Red Green Blue C M Y K H S L
Decimal 169 90 220 0.23 0.59 0 0.14 276.46 0.65 0.61
Hex A9 5A DC 17 3B 0 E 114 41 3D
Octal 251 132 334 27 73 0 16 424 101 75
Binary 10101001 1011010 11011100 10111 111011 0 1110 100010100 1000001 111101

Color Harmonies of #A95ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95ADC

Black with #A95ADC

Text Example


Text Example

White with #A95ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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