Html Css Color HEX #A858EE Medium Orchid

📋 copy color: '#A858EE'

red 168 ◦ green 88 ◦ blue 238

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

Shades of Medium Orchid #A858EE

Tints of Medium Orchid #A858EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.18%

R = 34.01%
G = 17.81%
B = 48.18%

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

#A858EE (or 0xA858EE) is known color: Medium Orchid. HEX triplet: A8, 58 and EE. RGB value is (168,88,238). Sum of RGB (Red+Green+Blue) = 168+88+238=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #A858EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858EE is #57A711. Grayscale: #808080. Windows color (decimal): -5744402 or 15620264. OLE color: 15620264.

HSL color Cylindrical-coordinate representation of color #A858EE: hue angle of 272º degrees, saturation: 0.82, 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 #A858EE is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 88 238 -
CMYK 0.29 0.63 0 0.07
HSL 272º 0.82% 0.64% -
HSV(B) 272º 0.63% 0.93% -
XYZ 35.07 21.48 83.19 -
YUV 129.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 168 88 238 0.29 0.63 0 0.07 272 0.82 0.64
Hex A8 58 EE 1D 3F 0 7 110 52 40
Octal 250 130 356 35 77 0 7 420 122 100
Binary 10101000 1011000 11101110 11101 111111 0 111 100010000 1010010 1000000

Color Harmonies of #A858EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858EE

Black with #A858EE

Text Example


Text Example

White with #A858EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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