Html Css Color HEX #A671FD Medium Purple

📋 copy color: '#A671FD'

red 166 ◦ green 113 ◦ blue 253

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

Shades of Medium Purple #A671FD

Tints of Medium Purple #A671FD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.24%

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

R = 31.2%
G = 21.24%
B = 47.56%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A671FD (or 0xA671FD) is known color: Medium Purple. HEX triplet: A6, 71 and FD. RGB value is (166,113,253). Sum of RGB (Red+Green+Blue) = 166+113+253=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #A671FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A671FD is #598E02. Grayscale: #909090. Windows color (decimal): -5869059 or 16609702. OLE color: 16609702.

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

Color convert

RGB 166 113 253 -
CMYK 0.34 0.55 0 0.01
HSL 262.71º 0.97% 0.72% -
HSV(B) 262.71º 0.55% 0.99% -
XYZ 39.36 27.01 96.07 -
YUV 144.81 189.06 143.12 -
System Red Green Blue C M Y K H S L
Decimal 166 113 253 0.34 0.55 0 0.01 262.71 0.97 0.72
Hex A6 71 FD 22 37 0 1 107 61 48
Octal 246 161 375 42 67 0 1 407 141 110
Binary 10100110 1110001 11111101 100010 110111 0 1 100000111 1100001 1001000

Color Harmonies of #A671FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671FD

Black with #A671FD

Text Example


Text Example

White with #A671FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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