Html Css Color HEX #A60CED Electric Purple

📋 copy color: '#A60CED'

red 166 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #A60CED

Tints of Electric Purple #A60CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.89%

 BLUE value IS 237 (92.97% from 255) = 57.11%

R = 40%
G = 2.89%
B = 57.11%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A60CED (or 0xA60CED) is known color: Electric Purple. HEX triplet: A6, 0C and ED. RGB value is (166,12,237). Sum of RGB (Red+Green+Blue) = 166+12+237=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #A60CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60CED is #59F312. Grayscale: #525252. Windows color (decimal): -5894931 or 15535270. OLE color: 15535270.

HSL color Cylindrical-coordinate representation of color #A60CED: hue angle of 281.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60CED is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 12 237 -
CMYK 0.30 0.95 0 0.07
HSL 281.07º 0.9% 0.49% -
HSV(B) 281.07º 0.95% 0.93% -
XYZ 31.14 14.48 81.28 -
YUV 83.7 214.52 186.7 -
System Red Green Blue C M Y K H S L
Decimal 166 12 237 0.30 0.95 0 0.07 281.07 0.9 0.49
Hex A6 C ED 1E 5F 0 7 119 5A 31
Octal 246 14 355 36 137 0 7 431 132 61
Binary 10100110 1100 11101101 11110 1011111 0 111 100011001 1011010 110001

Color Harmonies of #A60CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60CED

Black with #A60CED

Text Example


Text Example

White with #A60CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60CED; }

 p { color: rgb(166,12,237); }

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

background-color css

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

 a { background-color: rgb(166,12,237); }

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

border-color css

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

 span { border-color: rgb(166,12,237); }

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