Html Css Color HEX #A85AD5 Medium Orchid

📋 copy color: '#A85AD5'

red 168 ◦ green 90 ◦ blue 213

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

Shades of Medium Orchid #A85AD5

Tints of Medium Orchid #A85AD5

RGB

 RED value IS 168 (66.02% from 255) = 35.67%

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

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 35.67%
G = 19.11%
B = 45.22%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A85AD5 (or 0xA85AD5) is known color: Medium Orchid. HEX triplet: A8, 5A and D5. RGB value is (168,90,213). Sum of RGB (Red+Green+Blue) = 168+90+213=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #A85AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AD5 is #57A52A. Grayscale: #7E7E7E. Windows color (decimal): -5743915 or 13982376. OLE color: 13982376.

HSL color Cylindrical-coordinate representation of color #A85AD5: hue angle of 278.05º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85AD5 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 90 213 -
CMYK 0.21 0.58 0 0.16
HSL 278.05º 0.59% 0.59% -
HSV(B) 278.05º 0.58% 0.84% -
XYZ 31.81 20.44 65.22 -
YUV 127.34 176.34 157 -
System Red Green Blue C M Y K H S L
Decimal 168 90 213 0.21 0.58 0 0.16 278.05 0.59 0.59
Hex A8 5A D5 15 3A 0 10 116 3B 3B
Octal 250 132 325 25 72 0 20 426 73 73
Binary 10101000 1011010 11010101 10101 111010 0 10000 100010110 111011 111011

Color Harmonies of #A85AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85AD5

Black with #A85AD5

Text Example


Text Example

White with #A85AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85AD5; }

 p { color: rgb(168,90,213); }

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

background-color css

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

 a { background-color: rgb(168,90,213); }

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

border-color css

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

 span { border-color: rgb(168,90,213); }

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