Html Css Color HEX #A95ECC Medium Orchid

📋 copy color: '#A95ECC'

red 169 ◦ green 94 ◦ blue 204

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

Shades of Medium Orchid #A95ECC

Tints of Medium Orchid #A95ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.13%

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 36.19%
G = 20.13%
B = 43.68%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A95ECC (or 0xA95ECC) is known color: Medium Orchid. HEX triplet: A9, 5E and CC. RGB value is (169,94,204). Sum of RGB (Red+Green+Blue) = 169+94+204=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #A95ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ECC is #56A133. Grayscale: #808080. Windows color (decimal): -5677364 or 13393577. OLE color: 13393577.

HSL color Cylindrical-coordinate representation of color #A95ECC: hue angle of 280.91º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A95ECC is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 94 204 -
CMYK 0.17 0.54 0 0.2
HSL 280.91º 0.52% 0.58% -
HSV(B) 280.91º 0.54% 0.8% -
XYZ 31.26 20.8 59.49 -
YUV 128.97 170.35 156.56 -
System Red Green Blue C M Y K H S L
Decimal 169 94 204 0.17 0.54 0 0.2 280.91 0.52 0.58
Hex A9 5E CC 11 36 0 14 119 34 3A
Octal 251 136 314 21 66 0 24 431 64 72
Binary 10101001 1011110 11001100 10001 110110 0 10100 100011001 110100 111010

Color Harmonies of #A95ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95ECC

Black with #A95ECC

Text Example


Text Example

White with #A95ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95ECC; }

 p { color: rgb(169,94,204); }

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

background-color css

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

 a { background-color: rgb(169,94,204); }

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

border-color css

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

 span { border-color: rgb(169,94,204); }

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