Html Css Color HEX #A95BE0 Medium Orchid

📋 copy color: '#A95BE0'

red 169 ◦ green 91 ◦ blue 224

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

Shades of Medium Orchid #A95BE0

Tints of Medium Orchid #A95BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 34.92%
G = 18.8%
B = 46.28%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A95BE0 (or 0xA95BE0) is known color: Medium Orchid. HEX triplet: A9, 5B and E0. RGB value is (169,91,224). Sum of RGB (Red+Green+Blue) = 169+91+224=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #A95BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BE0 is #56A41F. Grayscale: #818181. Windows color (decimal): -5678112 or 14703529. OLE color: 14703529.

HSL color Cylindrical-coordinate representation of color #A95BE0: hue angle of 275.19º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A95BE0 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 91 224 -
CMYK 0.25 0.59 0 0.12
HSL 275.19º 0.68% 0.62% -
HSV(B) 275.19º 0.59% 0.88% -
XYZ 33.56 21.3 72.86 -
YUV 129.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 169 91 224 0.25 0.59 0 0.12 275.19 0.68 0.62
Hex A9 5B E0 19 3B 0 C 113 44 3E
Octal 251 133 340 31 73 0 14 423 104 76
Binary 10101001 1011011 11100000 11001 111011 0 1100 100010011 1000100 111110

Color Harmonies of #A95BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95BE0

Black with #A95BE0

Text Example


Text Example

White with #A95BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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