Html Css Color HEX #AF01E5 Electric Purple

📋 copy color: '#AF01E5'

red 175 ◦ green 1 ◦ blue 229

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

Shades of Electric Purple #AF01E5

Tints of Electric Purple #AF01E5

RGB

 RED value IS 175 (68.75% from 255) = 43.21%

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 229 (89.84% from 255) = 56.54%

R = 43.21%
G = 0.25%
B = 56.54%

CMYK

 C value IS 0.24

 M value IS 1.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF01E5 (or 0xAF01E5) is known color: Electric Purple. HEX triplet: AF, 01 and E5. RGB value is (175,1,229). Sum of RGB (Red+Green+Blue) = 175+1+229=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF01E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01E5 is #50FE1A. Grayscale: #4E4E4E. Windows color (decimal): -5307931 or 15008175. OLE color: 15008175.

HSL color Cylindrical-coordinate representation of color #AF01E5: hue angle of 285.79º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01E5 is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 1 229 -
CMYK 0.24 1.00 0 0.10
HSL 285.79º 0.99% 0.45% -
HSV(B) 285.79º 1% 0.9% -
XYZ 31.83 14.79 75.31 -
YUV 79.02 212.65 196.46 -
System Red Green Blue C M Y K H S L
Decimal 175 1 229 0.24 1.00 0 0.10 285.79 0.99 0.45
Hex AF 1 E5 18 64 0 A 11E 63 2D
Octal 257 1 345 30 144 0 12 436 143 55
Binary 10101111 1 11100101 11000 1100100 0 1010 100011110 1100011 101101

Color Harmonies of #AF01E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01E5

Black with #AF01E5

Text Example


Text Example

White with #AF01E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01E5; }

 p { color: rgb(175,1,229); }

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

background-color css

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

 a { background-color: rgb(175,1,229); }

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

border-color css

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

 span { border-color: rgb(175,1,229); }

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