Html Css Color HEX #AF28FC Electric Purple

📋 copy color: '#AF28FC'

red 175 ◦ green 40 ◦ blue 252

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

Shades of Electric Purple #AF28FC

Tints of Electric Purple #AF28FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 37.47%
G = 8.57%
B = 53.96%

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

#AF28FC (or 0xAF28FC) is known color: Electric Purple. HEX triplet: AF, 28 and FC. RGB value is (175,40,252). Sum of RGB (Red+Green+Blue) = 175+40+252=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF28FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28FC is #50D703. Grayscale: #676767. Windows color (decimal): -5297924 or 16525487. OLE color: 16525487.

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

Color convert

RGB 175 40 252 -
CMYK 0.31 0.84 0 0.01
HSL 278.21º 0.97% 0.57% -
HSV(B) 278.21º 0.84% 0.99% -
XYZ 36.01 17.66 93.61 -
YUV 104.53 211.23 178.26 -
System Red Green Blue C M Y K H S L
Decimal 175 40 252 0.31 0.84 0 0.01 278.21 0.97 0.57
Hex AF 28 FC 1F 54 0 1 116 61 39
Octal 257 50 374 37 124 0 1 426 141 71
Binary 10101111 101000 11111100 11111 1010100 0 1 100010110 1100001 111001

Color Harmonies of #AF28FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28FC

Black with #AF28FC

Text Example


Text Example

White with #AF28FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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