Html Css Color HEX #A669FD Medium Purple

📋 copy color: '#A669FD'

red 166 ◦ green 105 ◦ blue 253

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

Shades of Medium Purple #A669FD

Tints of Medium Purple #A669FD

RGB

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

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

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

R = 31.68%
G = 20.04%
B = 48.28%

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

#A669FD (or 0xA669FD) is known color: Medium Purple. HEX triplet: A6, 69 and FD. RGB value is (166,105,253). Sum of RGB (Red+Green+Blue) = 166+105+253=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #A669FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A669FD is #599602. Grayscale: #8B8B8B. Windows color (decimal): -5871107 or 16607654. OLE color: 16607654.

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

Color convert

RGB 166 105 253 -
CMYK 0.34 0.58 0 0.01
HSL 264.73º 0.97% 0.7% -
HSV(B) 264.73º 0.58% 0.99% -
XYZ 38.51 25.3 95.78 -
YUV 140.11 191.71 146.47 -
System Red Green Blue C M Y K H S L
Decimal 166 105 253 0.34 0.58 0 0.01 264.73 0.97 0.7
Hex A6 69 FD 22 3A 0 1 109 61 46
Octal 246 151 375 42 72 0 1 411 141 106
Binary 10100110 1101001 11111101 100010 111010 0 1 100001001 1100001 1000110

Color Harmonies of #A669FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A669FD

Black with #A669FD

Text Example


Text Example

White with #A669FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A669FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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