Html Css Color HEX #A865FD Medium Purple

📋 copy color: '#A865FD'

red 168 ◦ green 101 ◦ blue 253

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

Shades of Medium Purple #A865FD

Tints of Medium Purple #A865FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.35%

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

R = 32.18%
G = 19.35%
B = 48.47%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A865FD (or 0xA865FD) is known color: Medium Purple. HEX triplet: A8, 65 and FD. RGB value is (168,101,253). Sum of RGB (Red+Green+Blue) = 168+101+253=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #A865FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A865FD is #579A02. Grayscale: #898989. Windows color (decimal): -5741059 or 16606632. OLE color: 16606632.

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

Color convert

RGB 168 101 253 -
CMYK 0.34 0.60 0 0.01
HSL 266.45º 0.97% 0.69% -
HSV(B) 266.45º 0.6% 0.99% -
XYZ 38.53 24.72 95.67 -
YUV 138.36 192.7 149.14 -
System Red Green Blue C M Y K H S L
Decimal 168 101 253 0.34 0.60 0 0.01 266.45 0.97 0.69
Hex A8 65 FD 22 3C 0 1 10A 61 45
Octal 250 145 375 42 74 0 1 412 141 105
Binary 10101000 1100101 11111101 100010 111100 0 1 100001010 1100001 1000101

Color Harmonies of #A865FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A865FD

Black with #A865FD

Text Example


Text Example

White with #A865FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A865FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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