Html Css Color HEX #AF28FD Electric Purple

📋 copy color: '#AF28FD'

red 175 ◦ green 40 ◦ blue 253

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

Shades of Electric Purple #AF28FD

Tints of Electric Purple #AF28FD

RGB

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

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

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

R = 37.39%
G = 8.55%
B = 54.06%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF28FD (or 0xAF28FD) is known color: Electric Purple. HEX triplet: AF, 28 and FD. RGB value is (175,40,253). Sum of RGB (Red+Green+Blue) = 175+40+253=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF28FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28FD is #50D702. Grayscale: #676767. Windows color (decimal): -5297923 or 16591023. OLE color: 16591023.

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

Color convert

RGB 175 40 253 -
CMYK 0.31 0.84 0 0.01
HSL 278.03º 0.98% 0.57% -
HSV(B) 278.03º 0.84% 0.99% -
XYZ 36.17 17.72 94.44 -
YUV 104.65 211.73 178.18 -
System Red Green Blue C M Y K H S L
Decimal 175 40 253 0.31 0.84 0 0.01 278.03 0.98 0.57
Hex AF 28 FD 1F 54 0 1 116 62 39
Octal 257 50 375 37 124 0 1 426 142 71
Binary 10101111 101000 11111101 11111 1010100 0 1 100010110 1100010 111001

Color Harmonies of #AF28FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28FD

Black with #AF28FD

Text Example


Text Example

White with #AF28FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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