Html Css Color HEX #A665FD Medium Purple

📋 copy color: '#A665FD'

red 166 ◦ green 101 ◦ blue 253

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

Shades of Medium Purple #A665FD

Tints of Medium Purple #A665FD

RGB

 RED value IS 166 (65.23% from 255) = 31.92%

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

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

R = 31.92%
G = 19.42%
B = 48.65%

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

#A665FD (or 0xA665FD) is known color: Medium Purple. HEX triplet: A6, 65 and FD. RGB value is (166,101,253). Sum of RGB (Red+Green+Blue) = 166+101+253=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #A665FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A665FD is #599A02. Grayscale: #898989. Windows color (decimal): -5872131 or 16606630. OLE color: 16606630.

HSL color Cylindrical-coordinate representation of color #A665FD: hue angle of 265.66º 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 #A665FD is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 101 253 -
CMYK 0.34 0.60 0 0.01
HSL 265.66º 0.97% 0.69% -
HSV(B) 265.66º 0.6% 0.99% -
XYZ 38.11 24.51 95.65 -
YUV 137.76 193.03 148.14 -
System Red Green Blue C M Y K H S L
Decimal 166 101 253 0.34 0.60 0 0.01 265.66 0.97 0.69
Hex A6 65 FD 22 3C 0 1 10A 61 45
Octal 246 145 375 42 74 0 1 412 141 105
Binary 10100110 1100101 11111101 100010 111100 0 1 100001010 1100001 1000101

Color Harmonies of #A665FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665FD

Black with #A665FD

Text Example


Text Example

White with #A665FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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