Html Css Color HEX #A861FD Medium Purple

📋 copy color: '#A861FD'

red 168 ◦ green 97 ◦ blue 253

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

Shades of Medium Purple #A861FD

Tints of Medium Purple #A861FD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.73%

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

R = 32.43%
G = 18.73%
B = 48.84%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A861FD (or 0xA861FD) is known color: Medium Purple. HEX triplet: A8, 61 and FD. RGB value is (168,97,253). Sum of RGB (Red+Green+Blue) = 168+97+253=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #A861FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A861FD is #579E02. Grayscale: #878787. Windows color (decimal): -5742083 or 16605608. OLE color: 16605608.

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

Color convert

RGB 168 97 253 -
CMYK 0.34 0.62 0 0.01
HSL 267.31º 0.98% 0.69% -
HSV(B) 267.31º 0.62% 0.99% -
XYZ 38.15 23.97 95.54 -
YUV 136.01 194.02 150.82 -
System Red Green Blue C M Y K H S L
Decimal 168 97 253 0.34 0.62 0 0.01 267.31 0.98 0.69
Hex A8 61 FD 22 3E 0 1 10B 62 45
Octal 250 141 375 42 76 0 1 413 142 105
Binary 10101000 1100001 11111101 100010 111110 0 1 100001011 1100010 1000101

Color Harmonies of #A861FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A861FD

Black with #A861FD

Text Example


Text Example

White with #A861FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A861FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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