Html Css Color HEX #A858EC Medium Orchid

📋 copy color: '#A858EC'

red 168 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #A858EC

Tints of Medium Orchid #A858EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 34.15%
G = 17.89%
B = 47.97%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A858EC (or 0xA858EC) is known color: Medium Orchid. HEX triplet: A8, 58 and EC. RGB value is (168,88,236). Sum of RGB (Red+Green+Blue) = 168+88+236=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #A858EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858EC is #57A713. Grayscale: #808080. Windows color (decimal): -5744404 or 15489192. OLE color: 15489192.

HSL color Cylindrical-coordinate representation of color #A858EC: hue angle of 272.43º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A858EC is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 88 236 -
CMYK 0.29 0.63 0 0.07
HSL 272.43º 0.8% 0.64% -
HSV(B) 272.43º 0.63% 0.93% -
XYZ 34.78 21.36 81.65 -
YUV 128.79 188.5 155.97 -
System Red Green Blue C M Y K H S L
Decimal 168 88 236 0.29 0.63 0 0.07 272.43 0.8 0.64
Hex A8 58 EC 1D 3F 0 7 110 50 40
Octal 250 130 354 35 77 0 7 420 120 100
Binary 10101000 1011000 11101100 11101 111111 0 111 100010000 1010000 1000000

Color Harmonies of #A858EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858EC

Black with #A858EC

Text Example


Text Example

White with #A858EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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