Html Css Color HEX #AF29FE Electric Purple

📋 copy color: '#AF29FE'

red 175 ◦ green 41 ◦ blue 254

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

Shades of Electric Purple #AF29FE

Tints of Electric Purple #AF29FE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.72%

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 37.23%
G = 8.72%
B = 54.04%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF29FE (or 0xAF29FE) is known color: Electric Purple. HEX triplet: AF, 29 and FE. RGB value is (175,41,254). Sum of RGB (Red+Green+Blue) = 175+41+254=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF29FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF29FE is #50D601. Grayscale: #686868. Windows color (decimal): -5297666 or 16656815. OLE color: 16656815.

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

Color convert

RGB 175 41 254 -
CMYK 0.31 0.84 0 0.00
HSL 277.75º 0.99% 0.58% -
HSV(B) 277.75º 0.84% 1% -
XYZ 36.36 17.86 95.3 -
YUV 105.35 211.89 177.68 -
System Red Green Blue C M Y K H S L
Decimal 175 41 254 0.31 0.84 0 0.00 277.75 0.99 0.58
Hex AF 29 FE 1F 54 0 0 116 63 3A
Octal 257 51 376 37 124 0 0 426 143 72
Binary 10101111 101001 11111110 11111 1010100 0 0 100010110 1100011 111010

Color Harmonies of #AF29FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29FE

Black with #AF29FE

Text Example


Text Example

White with #AF29FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29FE; }

 p { color: rgb(175,41,254); }

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

background-color css

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

 a { background-color: rgb(175,41,254); }

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

border-color css

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

 span { border-color: rgb(175,41,254); }

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