Html Css Color HEX #AF22FE Electric Purple

📋 copy color: '#AF22FE'

red 175 ◦ green 34 ◦ blue 254

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

Shades of Electric Purple #AF22FE

Tints of Electric Purple #AF22FE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.34%

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

R = 37.8%
G = 7.34%
B = 54.86%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF22FE (or 0xAF22FE) is known color: Electric Purple. HEX triplet: AF, 22 and FE. RGB value is (175,34,254). Sum of RGB (Red+Green+Blue) = 175+34+254=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 34 (13.67% from 255 or 7.34% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF22FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF22FE is #50DD01. Grayscale: #646464. Windows color (decimal): -5299458 or 16655023. OLE color: 16655023.

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

Color convert

RGB 175 34 254 -
CMYK 0.31 0.87 0 0.00
HSL 278.45º 0.99% 0.56% -
HSV(B) 278.45º 0.87% 1% -
XYZ 36.14 17.41 95.22 -
YUV 101.24 214.21 180.61 -
System Red Green Blue C M Y K H S L
Decimal 175 34 254 0.31 0.87 0 0.00 278.45 0.99 0.56
Hex AF 22 FE 1F 57 0 0 116 63 38
Octal 257 42 376 37 127 0 0 426 143 70
Binary 10101111 100010 11111110 11111 1010111 0 0 100010110 1100011 111000

Color Harmonies of #AF22FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22FE

Black with #AF22FE

Text Example


Text Example

White with #AF22FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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