Html Css Color HEX #A858EB Medium Orchid

📋 copy color: '#A858EB'

red 168 ◦ green 88 ◦ blue 235

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

Shades of Medium Orchid #A858EB

Tints of Medium Orchid #A858EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 34.22%
G = 17.92%
B = 47.86%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A858EB (or 0xA858EB) is known color: Medium Orchid. HEX triplet: A8, 58 and EB. RGB value is (168,88,235). Sum of RGB (Red+Green+Blue) = 168+88+235=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #A858EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858EB is #57A714. Grayscale: #808080. Windows color (decimal): -5744405 or 15423656. OLE color: 15423656.

HSL color Cylindrical-coordinate representation of color #A858EB: hue angle of 272.65º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A858EB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 88 235 -
CMYK 0.29 0.63 0 0.08
HSL 272.65º 0.79% 0.63% -
HSV(B) 272.65º 0.63% 0.92% -
XYZ 34.63 21.3 80.88 -
YUV 128.68 188 156.05 -
System Red Green Blue C M Y K H S L
Decimal 168 88 235 0.29 0.63 0 0.08 272.65 0.79 0.63
Hex A8 58 EB 1D 3F 0 8 111 4F 3F
Octal 250 130 353 35 77 0 10 421 117 77
Binary 10101000 1011000 11101011 11101 111111 0 1000 100010001 1001111 111111

Color Harmonies of #A858EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858EB

Black with #A858EB

Text Example


Text Example

White with #A858EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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