Html Css Color HEX #AD1AF2 Electric Purple

📋 copy color: '#AD1AF2'

red 173 ◦ green 26 ◦ blue 242

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

Shades of Electric Purple #AD1AF2

Tints of Electric Purple #AD1AF2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.9%

 BLUE value IS 242 (94.92% from 255) = 54.88%

R = 39.23%
G = 5.9%
B = 54.88%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD1AF2 (or 0xAD1AF2) is known color: Electric Purple. HEX triplet: AD, 1A and F2. RGB value is (173,26,242). Sum of RGB (Red+Green+Blue) = 173+26+242=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD1AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1AF2 is #52E50D. Grayscale: #5D5D5D. Windows color (decimal): -5432590 or 15866541. OLE color: 15866541.

HSL color Cylindrical-coordinate representation of color #AD1AF2: hue angle of 280.83º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1AF2 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 26 242 -
CMYK 0.29 0.89 0 0.05
HSL 280.83º 0.89% 0.53% -
HSV(B) 280.83º 0.89% 0.95% -
XYZ 33.63 16.03 85.33 -
YUV 94.58 211.2 183.94 -
System Red Green Blue C M Y K H S L
Decimal 173 26 242 0.29 0.89 0 0.05 280.83 0.89 0.53
Hex AD 1A F2 1D 59 0 5 119 59 35
Octal 255 32 362 35 131 0 5 431 131 65
Binary 10101101 11010 11110010 11101 1011001 0 101 100011001 1011001 110101

Color Harmonies of #AD1AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AF2

Black with #AD1AF2

Text Example


Text Example

White with #AD1AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AF2; }

 p { color: rgb(173,26,242); }

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

background-color css

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

 a { background-color: rgb(173,26,242); }

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

border-color css

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

 span { border-color: rgb(173,26,242); }

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