Html Css Color HEX #A869FD Medium Purple

📋 copy color: '#A869FD'

red 168 ◦ green 105 ◦ blue 253

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

Shades of Medium Purple #A869FD

Tints of Medium Purple #A869FD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.96%

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

R = 31.94%
G = 19.96%
B = 48.1%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A869FD (or 0xA869FD) is known color: Medium Purple. HEX triplet: A8, 69 and FD. RGB value is (168,105,253). Sum of RGB (Red+Green+Blue) = 168+105+253=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #A869FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869FD is #579602. Grayscale: #8C8C8C. Windows color (decimal): -5740035 or 16607656. OLE color: 16607656.

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

Color convert

RGB 168 105 253 -
CMYK 0.34 0.58 0 0.01
HSL 265.54º 0.97% 0.7% -
HSV(B) 265.54º 0.58% 0.99% -
XYZ 38.93 25.52 95.8 -
YUV 140.71 191.37 147.47 -
System Red Green Blue C M Y K H S L
Decimal 168 105 253 0.34 0.58 0 0.01 265.54 0.97 0.7
Hex A8 69 FD 22 3A 0 1 10A 61 46
Octal 250 151 375 42 72 0 1 412 141 106
Binary 10101000 1101001 11111101 100010 111010 0 1 100001010 1100001 1000110

Color Harmonies of #A869FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869FD

Black with #A869FD

Text Example


Text Example

White with #A869FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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