Html Css Color HEX #AF1AEA Electric Purple

📋 copy color: '#AF1AEA'

red 175 ◦ green 26 ◦ blue 234

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

Shades of Electric Purple #AF1AEA

Tints of Electric Purple #AF1AEA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.98%

 BLUE value IS 234 (91.8% from 255) = 53.79%

R = 40.23%
G = 5.98%
B = 53.79%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF1AEA (or 0xAF1AEA) is known color: Electric Purple. HEX triplet: AF, 1A and EA. RGB value is (175,26,234). Sum of RGB (Red+Green+Blue) = 175+26+234=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF1AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1AEA is #50E515. Grayscale: #5D5D5D. Windows color (decimal): -5301526 or 15342255. OLE color: 15342255.

HSL color Cylindrical-coordinate representation of color #AF1AEA: hue angle of 282.98º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1AEA is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 26 234 -
CMYK 0.25 0.89 0 0.08
HSL 282.98º 0.83% 0.51% -
HSV(B) 282.98º 0.89% 0.92% -
XYZ 32.9 15.79 79.16 -
YUV 94.26 206.86 185.59 -
System Red Green Blue C M Y K H S L
Decimal 175 26 234 0.25 0.89 0 0.08 282.98 0.83 0.51
Hex AF 1A EA 19 59 0 8 11B 53 33
Octal 257 32 352 31 131 0 10 433 123 63
Binary 10101111 11010 11101010 11001 1011001 0 1000 100011011 1010011 110011

Color Harmonies of #AF1AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AEA

Black with #AF1AEA

Text Example


Text Example

White with #AF1AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AEA; }

 p { color: rgb(175,26,234); }

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

background-color css

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

 a { background-color: rgb(175,26,234); }

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

border-color css

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

 span { border-color: rgb(175,26,234); }

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