Html Css Color HEX #A858E2 Medium Orchid

📋 copy color: '#A858E2'

red 168 ◦ green 88 ◦ blue 226

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

Shades of Medium Orchid #A858E2

Tints of Medium Orchid #A858E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.89%

R = 34.85%
G = 18.26%
B = 46.89%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A858E2 (or 0xA858E2) is known color: Medium Orchid. HEX triplet: A8, 58 and E2. RGB value is (168,88,226). Sum of RGB (Red+Green+Blue) = 168+88+226=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #A858E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858E2 is #57A71D. Grayscale: #7F7F7F. Windows color (decimal): -5744414 or 14833832. OLE color: 14833832.

HSL color Cylindrical-coordinate representation of color #A858E2: hue angle of 274.78º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A858E2 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 88 226 -
CMYK 0.26 0.61 0 0.11
HSL 274.78º 0.7% 0.62% -
HSV(B) 274.78º 0.61% 0.89% -
XYZ 33.37 20.8 74.21 -
YUV 127.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 168 88 226 0.26 0.61 0 0.11 274.78 0.7 0.62
Hex A8 58 E2 1A 3D 0 B 113 46 3E
Octal 250 130 342 32 75 0 13 423 106 76
Binary 10101000 1011000 11100010 11010 111101 0 1011 100010011 1000110 111110

Color Harmonies of #A858E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858E2

Black with #A858E2

Text Example


Text Example

White with #A858E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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