Html Css Color HEX #A60DFD Electric Purple

📋 copy color: '#A60DFD'

red 166 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #A60DFD

Tints of Electric Purple #A60DFD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.01%

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

R = 38.43%
G = 3.01%
B = 58.56%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A60DFD (or 0xA60DFD) is known color: Electric Purple. HEX triplet: A6, 0D and FD. RGB value is (166,13,253). Sum of RGB (Red+Green+Blue) = 166+13+253=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #A60DFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60DFD is #59F202. Grayscale: #555555. Windows color (decimal): -5894659 or 16584102. OLE color: 16584102.

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

Color convert

RGB 166 13 253 -
CMYK 0.34 0.95 0 0.01
HSL 278.25º 0.98% 0.52% -
HSV(B) 278.25º 0.95% 0.99% -
XYZ 33.6 15.49 94.15 -
YUV 86.11 222.19 184.99 -
System Red Green Blue C M Y K H S L
Decimal 166 13 253 0.34 0.95 0 0.01 278.25 0.98 0.52
Hex A6 D FD 22 5F 0 1 116 62 34
Octal 246 15 375 42 137 0 1 426 142 64
Binary 10100110 1101 11111101 100010 1011111 0 1 100010110 1100010 110100

Color Harmonies of #A60DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60DFD

Black with #A60DFD

Text Example


Text Example

White with #A60DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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