Html Css Color HEX #AF03E8 Electric Purple

📋 copy color: '#AF03E8'

red 175 ◦ green 3 ◦ blue 232

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

Shades of Electric Purple #AF03E8

Tints of Electric Purple #AF03E8

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

 BLUE value IS 232 (91.02% from 255) = 56.59%

R = 42.68%
G = 0.73%
B = 56.59%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF03E8 (or 0xAF03E8) is known color: Electric Purple. HEX triplet: AF, 03 and E8. RGB value is (175,3,232). Sum of RGB (Red+Green+Blue) = 175+3+232=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 232 (91.02% from 255 or 56.59% from 410); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF03E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF03E8 is #50FC17. Grayscale: #4F4F4F. Windows color (decimal): -5307416 or 15205295. OLE color: 15205295.

HSL color Cylindrical-coordinate representation of color #AF03E8: hue angle of 285.07º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF03E8 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 3 232 -
CMYK 0.25 0.99 0 0.09
HSL 285.07º 0.97% 0.46% -
HSV(B) 285.07º 0.99% 0.91% -
XYZ 32.28 15.01 77.54 -
YUV 80.53 213.48 195.38 -
System Red Green Blue C M Y K H S L
Decimal 175 3 232 0.25 0.99 0 0.09 285.07 0.97 0.46
Hex AF 3 E8 19 63 0 9 11D 61 2E
Octal 257 3 350 31 143 0 11 435 141 56
Binary 10101111 11 11101000 11001 1100011 0 1001 100011101 1100001 101110

Color Harmonies of #AF03E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03E8

Black with #AF03E8

Text Example


Text Example

White with #AF03E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03E8; }

 p { color: rgb(175,3,232); }

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

background-color css

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

 a { background-color: rgb(175,3,232); }

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

border-color css

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

 span { border-color: rgb(175,3,232); }

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