Html Css Color HEX #A858EA Medium Orchid

📋 copy color: '#A858EA'

red 168 ◦ green 88 ◦ blue 234

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

Shades of Medium Orchid #A858EA

Tints of Medium Orchid #A858EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 34.29%
G = 17.96%
B = 47.76%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A858EA (or 0xA858EA) is known color: Medium Orchid. HEX triplet: A8, 58 and EA. RGB value is (168,88,234). Sum of RGB (Red+Green+Blue) = 168+88+234=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #A858EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858EA is #57A715. Grayscale: #808080. Windows color (decimal): -5744406 or 15358120. OLE color: 15358120.

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

Color convert

RGB 168 88 234 -
CMYK 0.28 0.62 0 0.08
HSL 272.88º 0.78% 0.63% -
HSV(B) 272.88º 0.62% 0.92% -
XYZ 34.49 21.24 80.12 -
YUV 128.56 187.5 156.13 -
System Red Green Blue C M Y K H S L
Decimal 168 88 234 0.28 0.62 0 0.08 272.88 0.78 0.63
Hex A8 58 EA 1C 3E 0 8 111 4E 3F
Octal 250 130 352 34 76 0 10 421 116 77
Binary 10101000 1011000 11101010 11100 111110 0 1000 100010001 1001110 111111

Color Harmonies of #A858EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858EA

Black with #A858EA

Text Example


Text Example

White with #A858EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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