Html Css Color HEX #A858D1 Medium Orchid

📋 copy color: '#A858D1'

red 168 ◦ green 88 ◦ blue 209

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

Shades of Medium Orchid #A858D1

Tints of Medium Orchid #A858D1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.92%

 BLUE value IS 209 (82.03% from 255) = 44.95%

R = 36.13%
G = 18.92%
B = 44.95%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A858D1 (or 0xA858D1) is known color: Medium Orchid. HEX triplet: A8, 58 and D1. RGB value is (168,88,209). Sum of RGB (Red+Green+Blue) = 168+88+209=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #A858D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858D1 is #57A72E. Grayscale: #7D7D7D. Windows color (decimal): -5744431 or 13719720. OLE color: 13719720.

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

Color convert

RGB 168 88 209 -
CMYK 0.20 0.58 0 0.18
HSL 279.67º 0.57% 0.58% -
HSV(B) 279.67º 0.58% 0.82% -
XYZ 31.15 19.91 62.52 -
YUV 125.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 168 88 209 0.20 0.58 0 0.18 279.67 0.57 0.58
Hex A8 58 D1 14 3A 0 12 118 39 3A
Octal 250 130 321 24 72 0 22 430 71 72
Binary 10101000 1011000 11010001 10100 111010 0 10010 100011000 111001 111010

Color Harmonies of #A858D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858D1

Black with #A858D1

Text Example


Text Example

White with #A858D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858D1; }

 p { color: rgb(168,88,209); }

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

background-color css

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

 a { background-color: rgb(168,88,209); }

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

border-color css

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

 span { border-color: rgb(168,88,209); }

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