Html Css Color HEX #AF2AFE Electric Purple

📋 copy color: '#AF2AFE'

red 175 ◦ green 42 ◦ blue 254

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

Shades of Electric Purple #AF2AFE

Tints of Electric Purple #AF2AFE

RGB

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

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

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

R = 37.15%
G = 8.92%
B = 53.93%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF2AFE (or 0xAF2AFE) is known color: Electric Purple. HEX triplet: AF, 2A and FE. RGB value is (175,42,254). Sum of RGB (Red+Green+Blue) = 175+42+254=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF2AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2AFE is #50D501. Grayscale: #696969. Windows color (decimal): -5297410 or 16657071. OLE color: 16657071.

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

Color convert

RGB 175 42 254 -
CMYK 0.31 0.83 0 0.00
HSL 277.64º 0.99% 0.58% -
HSV(B) 277.64º 0.83% 1% -
XYZ 36.4 17.93 95.31 -
YUV 105.94 211.56 177.26 -
System Red Green Blue C M Y K H S L
Decimal 175 42 254 0.31 0.83 0 0.00 277.64 0.99 0.58
Hex AF 2A FE 1F 53 0 0 116 63 3A
Octal 257 52 376 37 123 0 0 426 143 72
Binary 10101111 101010 11111110 11111 1010011 0 0 100010110 1100011 111010

Color Harmonies of #AF2AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2AFE

Black with #AF2AFE

Text Example


Text Example

White with #AF2AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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