Html Css Color HEX #AF26FC Electric Purple

📋 copy color: '#AF26FC'

red 175 ◦ green 38 ◦ blue 252

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

Shades of Electric Purple #AF26FC

Tints of Electric Purple #AF26FC

RGB

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

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

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

R = 37.63%
G = 8.17%
B = 54.19%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF26FC (or 0xAF26FC) is known color: Electric Purple. HEX triplet: AF, 26 and FC. RGB value is (175,38,252). Sum of RGB (Red+Green+Blue) = 175+38+252=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF26FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF26FC is #50D903. Grayscale: #666666. Windows color (decimal): -5298436 or 16524975. OLE color: 16524975.

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

Color convert

RGB 175 38 252 -
CMYK 0.31 0.85 0 0.01
HSL 278.41º 0.97% 0.57% -
HSV(B) 278.41º 0.85% 0.99% -
XYZ 35.94 17.53 93.58 -
YUV 103.36 211.89 179.1 -
System Red Green Blue C M Y K H S L
Decimal 175 38 252 0.31 0.85 0 0.01 278.41 0.97 0.57
Hex AF 26 FC 1F 55 0 1 116 61 39
Octal 257 46 374 37 125 0 1 426 141 71
Binary 10101111 100110 11111100 11111 1010101 0 1 100010110 1100001 111001

Color Harmonies of #AF26FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26FC

Black with #AF26FC

Text Example


Text Example

White with #AF26FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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