Html Css Color HEX #AF03FC Electric Purple

📋 copy color: '#AF03FC'

red 175 ◦ green 3 ◦ blue 252

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

Shades of Electric Purple #AF03FC

Tints of Electric Purple #AF03FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.6%

R = 40.7%
G = 0.7%
B = 58.6%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF03FC (or 0xAF03FC) is known color: Electric Purple. HEX triplet: AF, 03 and FC. RGB value is (175,3,252). Sum of RGB (Red+Green+Blue) = 175+3+252=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF03FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF03FC is #50FC03. Grayscale: #515151. Windows color (decimal): -5307396 or 16516015. OLE color: 16516015.

HSL color Cylindrical-coordinate representation of color #AF03FC: hue angle of 281.45º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF03FC is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 3 252 -
CMYK 0.31 0.99 0 0.01
HSL 281.45º 0.98% 0.5% -
HSV(B) 281.45º 0.99% 0.99% -
XYZ 35.28 16.21 93.36 -
YUV 82.81 223.48 193.75 -
System Red Green Blue C M Y K H S L
Decimal 175 3 252 0.31 0.99 0 0.01 281.45 0.98 0.5
Hex AF 3 FC 1F 63 0 1 119 62 32
Octal 257 3 374 37 143 0 1 431 142 62
Binary 10101111 11 11111100 11111 1100011 0 1 100011001 1100010 110010

Color Harmonies of #AF03FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03FC

Black with #AF03FC

Text Example


Text Example

White with #AF03FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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