Html Css Color HEX #AF28FF Electric Purple

📋 copy color: '#AF28FF'

red 175 ◦ green 40 ◦ blue 255

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

Shades of Electric Purple #AF28FF

Tints of Electric Purple #AF28FF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.51%

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

R = 37.23%
G = 8.51%
B = 54.26%

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

#AF28FF (or 0xAF28FF) is known color: Electric Purple. HEX triplet: AF, 28 and FF. RGB value is (175,40,255). Sum of RGB (Red+Green+Blue) = 175+40+255=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF28FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28FF is #50D700. Grayscale: #686868. Windows color (decimal): -5297921 or 16722095. OLE color: 16722095.

HSL color Cylindrical-coordinate representation of color #AF28FF: hue angle of 277.67º 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 #AF28FF is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 40 255 -
CMYK 0.31 0.84 0 0
HSL 277.67º 1% 0.58% -
HSV(B) 277.67º 0.84% 1% -
XYZ 36.49 17.85 96.13 -
YUV 104.88 212.73 178.02 -
System Red Green Blue C M Y K H S L
Decimal 175 40 255 0.31 0.84 0 0 277.67 1 0.58
Hex AF 28 FF 1F 54 0 0 116 64 3A
Octal 257 50 377 37 124 0 0 426 144 72
Binary 10101111 101000 11111111 11111 1010100 0 0 100010110 1100100 111010

Color Harmonies of #AF28FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28FF

Black with #AF28FF

Text Example


Text Example

White with #AF28FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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