Html Css Color HEX #A858D0 Medium Orchid

📋 copy color: '#A858D0'

red 168 ◦ green 88 ◦ blue 208

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

Shades of Medium Orchid #A858D0

Tints of Medium Orchid #A858D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 36.21%
G = 18.97%
B = 44.83%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A858D0 (or 0xA858D0) is known color: Medium Orchid. HEX triplet: A8, 58 and D0. RGB value is (168,88,208). Sum of RGB (Red+Green+Blue) = 168+88+208=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #A858D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858D0 is #57A72F. Grayscale: #7D7D7D. Windows color (decimal): -5744432 or 13654184. OLE color: 13654184.

HSL color Cylindrical-coordinate representation of color #A858D0: hue angle of 280º degrees, saturation: 0.56, 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 #A858D0 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 88 208 -
CMYK 0.19 0.58 0 0.18
HSL 280º 0.56% 0.58% -
HSV(B) 280º 0.58% 0.82% -
XYZ 31.02 19.86 61.87 -
YUV 125.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 168 88 208 0.19 0.58 0 0.18 280 0.56 0.58
Hex A8 58 D0 13 3A 0 12 118 38 3A
Octal 250 130 320 23 72 0 22 430 70 72
Binary 10101000 1011000 11010000 10011 111010 0 10010 100011000 111000 111010

Color Harmonies of #A858D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858D0

Black with #A858D0

Text Example


Text Example

White with #A858D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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