Html Css Color HEX #AF03EF Electric Purple

📋 copy color: '#AF03EF'

red 175 ◦ green 3 ◦ blue 239

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

Shades of Electric Purple #AF03EF

Tints of Electric Purple #AF03EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.31%

R = 41.97%
G = 0.72%
B = 57.31%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF03EF (or 0xAF03EF) is known color: Electric Purple. HEX triplet: AF, 03 and EF. RGB value is (175,3,239). Sum of RGB (Red+Green+Blue) = 175+3+239=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF03EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF03EF is #50FC10. Grayscale: #505050. Windows color (decimal): -5307409 or 15664047. OLE color: 15664047.

HSL color Cylindrical-coordinate representation of color #AF03EF: hue angle of 283.73º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF03EF is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 3 239 -
CMYK 0.27 0.99 0 0.06
HSL 283.73º 0.98% 0.47% -
HSV(B) 283.73º 0.99% 0.94% -
XYZ 33.29 15.41 82.88 -
YUV 81.33 216.98 194.81 -
System Red Green Blue C M Y K H S L
Decimal 175 3 239 0.27 0.99 0 0.06 283.73 0.98 0.47
Hex AF 3 EF 1B 63 0 6 11C 62 2F
Octal 257 3 357 33 143 0 6 434 142 57
Binary 10101111 11 11101111 11011 1100011 0 110 100011100 1100010 101111

Color Harmonies of #AF03EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03EF

Black with #AF03EF

Text Example


Text Example

White with #AF03EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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