Html Css Color HEX #AF03F5 Electric Purple

📋 copy color: '#AF03F5'

red 175 ◦ green 3 ◦ blue 245

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

Shades of Electric Purple #AF03F5

Tints of Electric Purple #AF03F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 57.92%

R = 41.37%
G = 0.71%
B = 57.92%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF03F5 (or 0xAF03F5) is known color: Electric Purple. HEX triplet: AF, 03 and F5. RGB value is (175,3,245). Sum of RGB (Red+Green+Blue) = 175+3+245=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 245 (96.09% from 255 or 57.92% from 423); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF03F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF03F5 is #50FC0A. Grayscale: #515151. Windows color (decimal): -5307403 or 16057263. OLE color: 16057263.

HSL color Cylindrical-coordinate representation of color #AF03F5: hue angle of 282.64º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF03F5 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 3 245 -
CMYK 0.29 0.99 0 0.04
HSL 282.64º 0.98% 0.49% -
HSV(B) 282.64º 0.99% 0.96% -
XYZ 34.19 15.77 87.63 -
YUV 82.02 219.98 194.32 -
System Red Green Blue C M Y K H S L
Decimal 175 3 245 0.29 0.99 0 0.04 282.64 0.98 0.49
Hex AF 3 F5 1D 63 0 4 11B 62 31
Octal 257 3 365 35 143 0 4 433 142 61
Binary 10101111 11 11110101 11101 1100011 0 100 100011011 1100010 110001

Color Harmonies of #AF03F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03F5

Black with #AF03F5

Text Example


Text Example

White with #AF03F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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