Html Css Color HEX #A851FD Medium Orchid

📋 copy color: '#A851FD'

red 168 ◦ green 81 ◦ blue 253

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

Shades of Medium Orchid #A851FD

Tints of Medium Orchid #A851FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 33.47%
G = 16.14%
B = 50.4%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A851FD (or 0xA851FD) is known color: Medium Orchid. HEX triplet: A8, 51 and FD. RGB value is (168,81,253). Sum of RGB (Red+Green+Blue) = 168+81+253=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #A851FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A851FD is #57AE02. Grayscale: #7E7E7E. Windows color (decimal): -5746179 or 16601512. OLE color: 16601512.

HSL color Cylindrical-coordinate representation of color #A851FD: hue angle of 270.35º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A851FD is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 81 253 -
CMYK 0.34 0.68 0 0.01
HSL 270.35º 0.98% 0.65% -
HSV(B) 270.35º 0.68% 0.99% -
XYZ 36.82 21.3 95.1 -
YUV 126.62 199.32 157.51 -
System Red Green Blue C M Y K H S L
Decimal 168 81 253 0.34 0.68 0 0.01 270.35 0.98 0.65
Hex A8 51 FD 22 44 0 1 10E 62 41
Octal 250 121 375 42 104 0 1 416 142 101
Binary 10101000 1010001 11111101 100010 1000100 0 1 100001110 1100010 1000001

Color Harmonies of #A851FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851FD

Black with #A851FD

Text Example


Text Example

White with #A851FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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