Html Css Color HEX #A95ADF Medium Orchid

📋 copy color: '#A95ADF'

red 169 ◦ green 90 ◦ blue 223

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

Shades of Medium Orchid #A95ADF

Tints of Medium Orchid #A95ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 35.06%
G = 18.67%
B = 46.27%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A95ADF (or 0xA95ADF) is known color: Medium Orchid. HEX triplet: A9, 5A and DF. RGB value is (169,90,223). Sum of RGB (Red+Green+Blue) = 169+90+223=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #A95ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ADF is #56A520. Grayscale: #808080. Windows color (decimal): -5678369 or 14637737. OLE color: 14637737.

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

Color convert

RGB 169 90 223 -
CMYK 0.24 0.60 0 0.13
HSL 275.64º 0.68% 0.61% -
HSV(B) 275.64º 0.6% 0.87% -
XYZ 33.34 21.08 72.12 -
YUV 128.78 181.17 156.69 -
System Red Green Blue C M Y K H S L
Decimal 169 90 223 0.24 0.60 0 0.13 275.64 0.68 0.61
Hex A9 5A DF 18 3C 0 D 114 44 3D
Octal 251 132 337 30 74 0 15 424 104 75
Binary 10101001 1011010 11011111 11000 111100 0 1101 100010100 1000100 111101

Color Harmonies of #A95ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95ADF

Black with #A95ADF

Text Example


Text Example

White with #A95ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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