Html Css Color HEX #AF22F0 Electric Purple

📋 copy color: '#AF22F0'

red 175 ◦ green 34 ◦ blue 240

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

Shades of Electric Purple #AF22F0

Tints of Electric Purple #AF22F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 53.45%

R = 38.98%
G = 7.57%
B = 53.45%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF22F0 (or 0xAF22F0) is known color: Electric Purple. HEX triplet: AF, 22 and F0. RGB value is (175,34,240). Sum of RGB (Red+Green+Blue) = 175+34+240=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF22F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF22F0 is #50DD0F. Grayscale: #626262. Windows color (decimal): -5299472 or 15737519. OLE color: 15737519.

HSL color Cylindrical-coordinate representation of color #AF22F0: hue angle of 281.07º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF22F0 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 34 240 -
CMYK 0.27 0.86 0 0.06
HSL 281.07º 0.87% 0.54% -
HSV(B) 281.07º 0.86% 0.94% -
XYZ 33.98 16.55 83.84 -
YUV 99.64 207.21 181.75 -
System Red Green Blue C M Y K H S L
Decimal 175 34 240 0.27 0.86 0 0.06 281.07 0.87 0.54
Hex AF 22 F0 1B 56 0 6 119 57 36
Octal 257 42 360 33 126 0 6 431 127 66
Binary 10101111 100010 11110000 11011 1010110 0 110 100011001 1010111 110110

Color Harmonies of #AF22F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22F0

Black with #AF22F0

Text Example


Text Example

White with #AF22F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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