#AD0CFD

Color #AD0CFD Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AD0CFD

Tints of Electric Purple #AD0CFD

Color information

#AD0CFD (or 0xAD0CFD) is unknown color: approx Electric Purple. HEX triplet: AD, 0C and FD. RGB value is (173,12,253). Sum of RGB (Red+Green+Blue) = 173+12+253=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD0CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0CFD is #52F302. Grayscale: #565656. Windows color (decimal): -5436163 or 16583853. OLE color: 16583853.

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

Color convert

RGB17312253-
CMYK0.320.9500.01
HSL280.08º98.37%51.96%-
HSV(B)280.08º95.26%99.22%-
XYZ35.0916.2494.21-
YUV87.61221.34188.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.50%
GREEN value IS 12 (5.08% from 255) = 2.74%
BLUE value IS 253 (99.22% from 255) = 57.76%
R=39.50%
G=2.74%
B=57.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal173122530.320.9500.01280.0898.3751.96
HexADCFD205F011186234
Octal25514375401370143014264
Binary101011011100111111011000001011111011000110001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0CFD; }

 p { color: rgb(173,12,253); }

 H1.HeaderClassName
 {
   color: #AD0CFD;
 }
 .AnyTagClassName
 {
   color: #AD0CFD;
 }
</style>
background-color css

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

 a { background-color: rgb(173,12,253); }

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

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

 span { border-color: rgb(173,12,253); }

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