Html Css Color HEX #AF1EEA Electric Purple

📋 copy color: '#AF1EEA'

red 175 ◦ green 30 ◦ blue 234

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

Shades of Electric Purple #AF1EEA

Tints of Electric Purple #AF1EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.83%

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

R = 39.86%
G = 6.83%
B = 53.3%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF1EEA (or 0xAF1EEA) is known color: Electric Purple. HEX triplet: AF, 1E and EA. RGB value is (175,30,234). Sum of RGB (Red+Green+Blue) = 175+30+234=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF1EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1EEA is #50E115. Grayscale: #5F5F5F. Windows color (decimal): -5300502 or 15343279. OLE color: 15343279.

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

Color convert

RGB 175 30 234 -
CMYK 0.25 0.87 0 0.08
HSL 282.65º 0.83% 0.52% -
HSV(B) 282.65º 0.87% 0.92% -
XYZ 32.99 15.98 79.19 -
YUV 96.61 205.54 183.91 -
System Red Green Blue C M Y K H S L
Decimal 175 30 234 0.25 0.87 0 0.08 282.65 0.83 0.52
Hex AF 1E EA 19 57 0 8 11B 53 34
Octal 257 36 352 31 127 0 10 433 123 64
Binary 10101111 11110 11101010 11001 1010111 0 1000 100011011 1010011 110100

Color Harmonies of #AF1EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1EEA

Black with #AF1EEA

Text Example


Text Example

White with #AF1EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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