Html Css Color HEX #A95ACD Medium Orchid

📋 copy color: '#A95ACD'

red 169 ◦ green 90 ◦ blue 205

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

Shades of Medium Orchid #A95ACD

Tints of Medium Orchid #A95ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 36.42%
G = 19.4%
B = 44.18%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A95ACD (or 0xA95ACD) is known color: Medium Orchid. HEX triplet: A9, 5A and CD. RGB value is (169,90,205). Sum of RGB (Red+Green+Blue) = 169+90+205=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #A95ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ACD is #56A532. Grayscale: #7E7E7E. Windows color (decimal): -5678387 or 13458089. OLE color: 13458089.

HSL color Cylindrical-coordinate representation of color #A95ACD: hue angle of 281.22º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A95ACD is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 90 205 -
CMYK 0.18 0.56 0 0.20
HSL 281.22º 0.53% 0.58% -
HSV(B) 281.22º 0.56% 0.8% -
XYZ 31.04 20.16 60.01 -
YUV 126.73 172.17 158.15 -
System Red Green Blue C M Y K H S L
Decimal 169 90 205 0.18 0.56 0 0.20 281.22 0.53 0.58
Hex A9 5A CD 12 38 0 14 119 35 3A
Octal 251 132 315 22 70 0 24 431 65 72
Binary 10101001 1011010 11001101 10010 111000 0 10100 100011001 110101 111010

Color Harmonies of #A95ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95ACD

Black with #A95ACD

Text Example


Text Example

White with #A95ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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