Html Css Color HEX #AF04FD Electric Purple

📋 copy color: '#AF04FD'

red 175 ◦ green 4 ◦ blue 253

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

Shades of Electric Purple #AF04FD

Tints of Electric Purple #AF04FD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 253 (99.22% from 255) = 58.56%

R = 40.51%
G = 0.93%
B = 58.56%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF04FD (or 0xAF04FD) is known color: Electric Purple. HEX triplet: AF, 04 and FD. RGB value is (175,4,253). Sum of RGB (Red+Green+Blue) = 175+4+253=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 4 (1.95% from 255 or 0.93% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF04FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF04FD is #50FB02. Grayscale: #525252. Windows color (decimal): -5307139 or 16581807. OLE color: 16581807.

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

Color convert

RGB 175 4 253 -
CMYK 0.31 0.98 0 0.01
HSL 281.2º 0.98% 0.5% -
HSV(B) 281.2º 0.98% 0.99% -
XYZ 35.45 16.29 94.2 -
YUV 83.52 223.65 193.25 -
System Red Green Blue C M Y K H S L
Decimal 175 4 253 0.31 0.98 0 0.01 281.2 0.98 0.5
Hex AF 4 FD 1F 62 0 1 119 62 32
Octal 257 4 375 37 142 0 1 431 142 62
Binary 10101111 100 11111101 11111 1100010 0 1 100011001 1100010 110010

Color Harmonies of #AF04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04FD

Black with #AF04FD

Text Example


Text Example

White with #AF04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04FD; }

 p { color: rgb(175,4,253); }

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

background-color css

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

 a { background-color: rgb(175,4,253); }

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

border-color css

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

 span { border-color: rgb(175,4,253); }

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