Html Css Color HEX #A858E9 Medium Orchid

📋 copy color: '#A858E9'

red 168 ◦ green 88 ◦ blue 233

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

Shades of Medium Orchid #A858E9

Tints of Medium Orchid #A858E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.65%

R = 34.36%
G = 18%
B = 47.65%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A858E9 (or 0xA858E9) is known color: Medium Orchid. HEX triplet: A8, 58 and E9. RGB value is (168,88,233). Sum of RGB (Red+Green+Blue) = 168+88+233=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #A858E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858E9 is #57A716. Grayscale: #7F7F7F. Windows color (decimal): -5744407 or 15292584. OLE color: 15292584.

HSL color Cylindrical-coordinate representation of color #A858E9: hue angle of 273.1º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A858E9 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 88 233 -
CMYK 0.28 0.62 0 0.09
HSL 273.1º 0.77% 0.63% -
HSV(B) 273.1º 0.62% 0.91% -
XYZ 34.35 21.19 79.37 -
YUV 128.45 187 156.21 -
System Red Green Blue C M Y K H S L
Decimal 168 88 233 0.28 0.62 0 0.09 273.1 0.77 0.63
Hex A8 58 E9 1C 3E 0 9 111 4D 3F
Octal 250 130 351 34 76 0 11 421 115 77
Binary 10101000 1011000 11101001 11100 111110 0 1001 100010001 1001101 111111

Color Harmonies of #A858E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858E9

Black with #A858E9

Text Example


Text Example

White with #A858E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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