Html Css Color HEX #AF01E4 Electric Purple

📋 copy color: '#AF01E4'

red 175 ◦ green 1 ◦ blue 228

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

Shades of Electric Purple #AF01E4

Tints of Electric Purple #AF01E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 56.44%

R = 43.32%
G = 0.25%
B = 56.44%

CMYK

 C value IS 0.23

 M value IS 1.00

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF01E4 (or 0xAF01E4) is known color: Electric Purple. HEX triplet: AF, 01 and E4. RGB value is (175,1,228). Sum of RGB (Red+Green+Blue) = 175+1+228=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 228 (89.45% from 255 or 56.44% from 404); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF01E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01E4 is #50FE1B. Grayscale: #4E4E4E. Windows color (decimal): -5307932 or 14942639. OLE color: 14942639.

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

Color convert

RGB 175 1 228 -
CMYK 0.23 1.00 0 0.11
HSL 285.99º 0.99% 0.45% -
HSV(B) 285.99º 1% 0.89% -
XYZ 31.69 14.74 74.57 -
YUV 78.9 212.15 196.54 -
System Red Green Blue C M Y K H S L
Decimal 175 1 228 0.23 1.00 0 0.11 285.99 0.99 0.45
Hex AF 1 E4 17 64 0 B 11E 63 2D
Octal 257 1 344 27 144 0 13 436 143 55
Binary 10101111 1 11100100 10111 1100100 0 1011 100011110 1100011 101101

Color Harmonies of #AF01E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01E4

Black with #AF01E4

Text Example


Text Example

White with #AF01E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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