Html Css Color HEX #AF29FF Electric Purple

📋 copy color: '#AF29FF'

red 175 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #AF29FF

Tints of Electric Purple #AF29FF

RGB

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

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

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

R = 37.15%
G = 8.7%
B = 54.14%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF29FF (or 0xAF29FF) is known color: Electric Purple. HEX triplet: AF, 29 and FF. RGB value is (175,41,255). Sum of RGB (Red+Green+Blue) = 175+41+255=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF29FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF29FF is #50D600. Grayscale: #686868. Windows color (decimal): -5297665 or 16722351. OLE color: 16722351.

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

Color convert

RGB 175 41 255 -
CMYK 0.31 0.84 0 0
HSL 277.57º 1% 0.58% -
HSV(B) 277.57º 0.84% 1% -
XYZ 36.52 17.92 96.14 -
YUV 105.46 212.39 177.6 -
System Red Green Blue C M Y K H S L
Decimal 175 41 255 0.31 0.84 0 0 277.57 1 0.58
Hex AF 29 FF 1F 54 0 0 116 64 3A
Octal 257 51 377 37 124 0 0 426 144 72
Binary 10101111 101001 11111111 11111 1010100 0 0 100010110 1100100 111010

Color Harmonies of #AF29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29FF

Black with #AF29FF

Text Example


Text Example

White with #AF29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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