Html Css Color HEX #AD1CF0 Electric Purple

📋 copy color: '#AD1CF0'

red 173 ◦ green 28 ◦ blue 240

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

Shades of Electric Purple #AD1CF0

Tints of Electric Purple #AD1CF0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.35%

 BLUE value IS 240 (94.14% from 255) = 54.42%

R = 39.23%
G = 6.35%
B = 54.42%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD1CF0 (or 0xAD1CF0) is known color: Electric Purple. HEX triplet: AD, 1C and F0. RGB value is (173,28,240). Sum of RGB (Red+Green+Blue) = 173+28+240=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD1CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1CF0 is #52E30F. Grayscale: #5E5E5E. Windows color (decimal): -5432080 or 15735981. OLE color: 15735981.

HSL color Cylindrical-coordinate representation of color #AD1CF0: hue angle of 281.04º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1CF0 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 28 240 -
CMYK 0.28 0.88 0 0.06
HSL 281.04º 0.88% 0.53% -
HSV(B) 281.04º 0.88% 0.94% -
XYZ 33.38 16.01 83.77 -
YUV 95.52 209.54 183.26 -
System Red Green Blue C M Y K H S L
Decimal 173 28 240 0.28 0.88 0 0.06 281.04 0.88 0.53
Hex AD 1C F0 1C 58 0 6 119 58 35
Octal 255 34 360 34 130 0 6 431 130 65
Binary 10101101 11100 11110000 11100 1011000 0 110 100011001 1011000 110101

Color Harmonies of #AD1CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1CF0

Black with #AD1CF0

Text Example


Text Example

White with #AD1CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1CF0; }

 p { color: rgb(173,28,240); }

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

background-color css

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

 a { background-color: rgb(173,28,240); }

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

border-color css

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

 span { border-color: rgb(173,28,240); }

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