Html Css Color HEX #AD22F9 Electric Purple

📋 copy color: '#AD22F9'

red 173 ◦ green 34 ◦ blue 249

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

Shades of Electric Purple #AD22F9

Tints of Electric Purple #AD22F9

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.46%

 BLUE value IS 249 (97.66% from 255) = 54.61%

R = 37.94%
G = 7.46%
B = 54.61%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD22F9 (or 0xAD22F9) is known color: Electric Purple. HEX triplet: AD, 22 and F9. RGB value is (173,34,249). Sum of RGB (Red+Green+Blue) = 173+34+249=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD22F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD22F9 is #52DD06. Grayscale: #636363. Windows color (decimal): -5430535 or 16327341. OLE color: 16327341.

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

Color convert

RGB 173 34 249 -
CMYK 0.31 0.86 0 0.02
HSL 278.79º 0.95% 0.55% -
HSV(B) 278.79º 0.86% 0.98% -
XYZ 34.9 16.87 91.04 -
YUV 100.07 212.05 180.02 -
System Red Green Blue C M Y K H S L
Decimal 173 34 249 0.31 0.86 0 0.02 278.79 0.95 0.55
Hex AD 22 F9 1F 56 0 2 117 5F 37
Octal 255 42 371 37 126 0 2 427 137 67
Binary 10101101 100010 11111001 11111 1010110 0 10 100010111 1011111 110111

Color Harmonies of #AD22F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD22F9

Black with #AD22F9

Text Example


Text Example

White with #AD22F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD22F9; }

 p { color: rgb(173,34,249); }

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

background-color css

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

 a { background-color: rgb(173,34,249); }

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

border-color css

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

 span { border-color: rgb(173,34,249); }

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