Html Css Color HEX #A851EA Medium Orchid

📋 copy color: '#A851EA'

red 168 ◦ green 81 ◦ blue 234

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

Shades of Medium Orchid #A851EA

Tints of Medium Orchid #A851EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.77%

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

R = 34.78%
G = 16.77%
B = 48.45%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A851EA (or 0xA851EA) is known color: Medium Orchid. HEX triplet: A8, 51 and EA. RGB value is (168,81,234). Sum of RGB (Red+Green+Blue) = 168+81+234=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #A851EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A851EA is #57AE15. Grayscale: #7B7B7B. Windows color (decimal): -5746198 or 15356328. OLE color: 15356328.

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

Color convert

RGB 168 81 234 -
CMYK 0.28 0.65 0 0.08
HSL 274.12º 0.78% 0.62% -
HSV(B) 274.12º 0.65% 0.92% -
XYZ 33.94 20.15 79.94 -
YUV 124.46 189.82 159.06 -
System Red Green Blue C M Y K H S L
Decimal 168 81 234 0.28 0.65 0 0.08 274.12 0.78 0.62
Hex A8 51 EA 1C 41 0 8 112 4E 3E
Octal 250 121 352 34 101 0 10 422 116 76
Binary 10101000 1010001 11101010 11100 1000001 0 1000 100010010 1001110 111110

Color Harmonies of #A851EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851EA

Black with #A851EA

Text Example


Text Example

White with #A851EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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