Html Css Color HEX #AF26FE Electric Purple

📋 copy color: '#AF26FE'

red 175 ◦ green 38 ◦ blue 254

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

Shades of Electric Purple #AF26FE

Tints of Electric Purple #AF26FE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.14%

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

R = 37.47%
G = 8.14%
B = 54.39%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF26FE (or 0xAF26FE) is known color: Electric Purple. HEX triplet: AF, 26 and FE. RGB value is (175,38,254). Sum of RGB (Red+Green+Blue) = 175+38+254=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF26FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF26FE is #50D901. Grayscale: #666666. Windows color (decimal): -5298434 or 16656047. OLE color: 16656047.

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

Color convert

RGB 175 38 254 -
CMYK 0.31 0.85 0 0.00
HSL 278.06º 0.99% 0.57% -
HSV(B) 278.06º 0.85% 1% -
XYZ 36.26 17.66 95.26 -
YUV 103.59 212.89 178.94 -
System Red Green Blue C M Y K H S L
Decimal 175 38 254 0.31 0.85 0 0.00 278.06 0.99 0.57
Hex AF 26 FE 1F 55 0 0 116 63 39
Octal 257 46 376 37 125 0 0 426 143 71
Binary 10101111 100110 11111110 11111 1010101 0 0 100010110 1100011 111001

Color Harmonies of #AF26FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26FE

Black with #AF26FE

Text Example


Text Example

White with #AF26FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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