Html Css Color HEX #AF04FF Electric Purple

📋 copy color: '#AF04FF'

red 175 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #AF04FF

Tints of Electric Purple #AF04FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 40.32%
G = 0.92%
B = 58.76%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF04FF (or 0xAF04FF) is known color: Electric Purple. HEX triplet: AF, 04 and FF. RGB value is (175,4,255). Sum of RGB (Red+Green+Blue) = 175+4+255=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 4 (1.95% from 255 or 0.92% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF04FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF04FF is #50FB00. Grayscale: #525252. Windows color (decimal): -5307137 or 16712879. OLE color: 16712879.

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

Color convert

RGB 175 4 255 -
CMYK 0.31 0.98 0 0
HSL 280.88º 1% 0.51% -
HSV(B) 280.88º 0.98% 1% -
XYZ 35.77 16.42 95.89 -
YUV 83.74 224.65 193.09 -
System Red Green Blue C M Y K H S L
Decimal 175 4 255 0.31 0.98 0 0 280.88 1 0.51
Hex AF 4 FF 1F 62 0 0 119 64 33
Octal 257 4 377 37 142 0 0 431 144 63
Binary 10101111 100 11111111 11111 1100010 0 0 100011001 1100100 110011

Color Harmonies of #AF04FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04FF

Black with #AF04FF

Text Example


Text Example

White with #AF04FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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