Html Css Color HEX #AD0CFA Electric Purple

📋 copy color: '#AD0CFA'

red 173 ◦ green 12 ◦ blue 250

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

Shades of Electric Purple #AD0CFA

Tints of Electric Purple #AD0CFA

RGB

 RED value IS 173 (67.97% from 255) = 39.77%

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

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 39.77%
G = 2.76%
B = 57.47%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD0CFA (or 0xAD0CFA) is known color: Electric Purple. HEX triplet: AD, 0C and FA. RGB value is (173,12,250). Sum of RGB (Red+Green+Blue) = 173+12+250=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD0CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0CFA is #52F305. Grayscale: #565656. Windows color (decimal): -5436166 or 16387245. OLE color: 16387245.

HSL color Cylindrical-coordinate representation of color #AD0CFA: hue angle of 280.59º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0CFA is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 12 250 -
CMYK 0.31 0.95 0 0.02
HSL 280.59º 0.96% 0.51% -
HSV(B) 280.59º 0.95% 0.98% -
XYZ 34.62 16.05 91.72 -
YUV 87.27 219.84 189.15 -
System Red Green Blue C M Y K H S L
Decimal 173 12 250 0.31 0.95 0 0.02 280.59 0.96 0.51
Hex AD C FA 1F 5F 0 2 119 60 33
Octal 255 14 372 37 137 0 2 431 140 63
Binary 10101101 1100 11111010 11111 1011111 0 10 100011001 1100000 110011

Color Harmonies of #AD0CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CFA

Black with #AD0CFA

Text Example


Text Example

White with #AD0CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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