Html Css Color HEX #A95AE6 Medium Orchid

📋 copy color: '#A95AE6'

red 169 ◦ green 90 ◦ blue 230

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

Shades of Medium Orchid #A95AE6

Tints of Medium Orchid #A95AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 34.56%
G = 18.4%
B = 47.03%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A95AE6 (or 0xA95AE6) is known color: Medium Orchid. HEX triplet: A9, 5A and E6. RGB value is (169,90,230). Sum of RGB (Red+Green+Blue) = 169+90+230=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #A95AE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95AE6 is #56A519. Grayscale: #818181. Windows color (decimal): -5678362 or 15096489. OLE color: 15096489.

HSL color Cylindrical-coordinate representation of color #A95AE6: hue angle of 273.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A95AE6 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 90 230 -
CMYK 0.27 0.61 0 0.10
HSL 273.86º 0.74% 0.63% -
HSV(B) 273.86º 0.61% 0.9% -
XYZ 34.3 21.46 77.2 -
YUV 129.58 184.67 156.12 -
System Red Green Blue C M Y K H S L
Decimal 169 90 230 0.27 0.61 0 0.10 273.86 0.74 0.63
Hex A9 5A E6 1B 3D 0 A 112 4A 3F
Octal 251 132 346 33 75 0 12 422 112 77
Binary 10101001 1011010 11100110 11011 111101 0 1010 100010010 1001010 111111

Color Harmonies of #A95AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95AE6

Black with #A95AE6

Text Example


Text Example

White with #A95AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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