Html Css Color HEX #A851EB Medium Orchid

📋 copy color: '#A851EB'

red 168 ◦ green 81 ◦ blue 235

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

Shades of Medium Orchid #A851EB

Tints of Medium Orchid #A851EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.55%

R = 34.71%
G = 16.74%
B = 48.55%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A851EB (or 0xA851EB) is known color: Medium Orchid. HEX triplet: A8, 51 and EB. RGB value is (168,81,235). Sum of RGB (Red+Green+Blue) = 168+81+235=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #A851EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A851EB is #57AE14. Grayscale: #7C7C7C. Windows color (decimal): -5746197 or 15421864. OLE color: 15421864.

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

Color convert

RGB 168 81 235 -
CMYK 0.29 0.66 0 0.08
HSL 273.9º 0.79% 0.62% -
HSV(B) 273.9º 0.66% 0.92% -
XYZ 34.09 20.21 80.7 -
YUV 124.57 190.32 158.98 -
System Red Green Blue C M Y K H S L
Decimal 168 81 235 0.29 0.66 0 0.08 273.9 0.79 0.62
Hex A8 51 EB 1D 42 0 8 112 4F 3E
Octal 250 121 353 35 102 0 10 422 117 76
Binary 10101000 1010001 11101011 11101 1000010 0 1000 100010010 1001111 111110

Color Harmonies of #A851EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851EB

Black with #A851EB

Text Example


Text Example

White with #A851EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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