Html Css Color HEX #A856E4 Medium Orchid

📋 copy color: '#A856E4'

red 168 ◦ green 86 ◦ blue 228

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

Shades of Medium Orchid #A856E4

Tints of Medium Orchid #A856E4

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.84%

 BLUE value IS 228 (89.45% from 255) = 47.3%

R = 34.85%
G = 17.84%
B = 47.3%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A856E4 (or 0xA856E4) is known color: Medium Orchid. HEX triplet: A8, 56 and E4. RGB value is (168,86,228). Sum of RGB (Red+Green+Blue) = 168+86+228=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #A856E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856E4 is #57A91B. Grayscale: #7E7E7E. Windows color (decimal): -5744924 or 14964392. OLE color: 14964392.

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

Color convert

RGB 168 86 228 -
CMYK 0.26 0.62 0 0.11
HSL 274.65º 0.72% 0.62% -
HSV(B) 274.65º 0.62% 0.89% -
XYZ 33.48 20.58 75.61 -
YUV 126.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 168 86 228 0.26 0.62 0 0.11 274.65 0.72 0.62
Hex A8 56 E4 1A 3E 0 B 113 48 3E
Octal 250 126 344 32 76 0 13 423 110 76
Binary 10101000 1010110 11100100 11010 111110 0 1011 100010011 1001000 111110

Color Harmonies of #A856E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856E4

Black with #A856E4

Text Example


Text Example

White with #A856E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856E4; }

 p { color: rgb(168,86,228); }

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

background-color css

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

 a { background-color: rgb(168,86,228); }

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

border-color css

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

 span { border-color: rgb(168,86,228); }

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