Html Css Color HEX #AF2AFC Electric Purple

📋 copy color: '#AF2AFC'

red 175 ◦ green 42 ◦ blue 252

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

Shades of Electric Purple #AF2AFC

Tints of Electric Purple #AF2AFC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.96%

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

R = 37.31%
G = 8.96%
B = 53.73%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF2AFC (or 0xAF2AFC) is known color: Electric Purple. HEX triplet: AF, 2A and FC. RGB value is (175,42,252). Sum of RGB (Red+Green+Blue) = 175+42+252=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF2AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2AFC is #50D503. Grayscale: #696969. Windows color (decimal): -5297412 or 16525999. OLE color: 16525999.

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

Color convert

RGB 175 42 252 -
CMYK 0.31 0.83 0 0.01
HSL 278º 0.97% 0.58% -
HSV(B) 278º 0.83% 0.99% -
XYZ 36.08 17.8 93.63 -
YUV 105.71 210.56 177.42 -
System Red Green Blue C M Y K H S L
Decimal 175 42 252 0.31 0.83 0 0.01 278 0.97 0.58
Hex AF 2A FC 1F 53 0 1 116 61 3A
Octal 257 52 374 37 123 0 1 426 141 72
Binary 10101111 101010 11111100 11111 1010011 0 1 100010110 1100001 111010

Color Harmonies of #AF2AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2AFC

Black with #AF2AFC

Text Example


Text Example

White with #AF2AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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