Html Css Color HEX #AF1AED Electric Purple

📋 copy color: '#AF1AED'

red 175 ◦ green 26 ◦ blue 237

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

Shades of Electric Purple #AF1AED

Tints of Electric Purple #AF1AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.11%

R = 39.95%
G = 5.94%
B = 54.11%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF1AED (or 0xAF1AED) is known color: Electric Purple. HEX triplet: AF, 1A and ED. RGB value is (175,26,237). Sum of RGB (Red+Green+Blue) = 175+26+237=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF1AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1AED is #50E512. Grayscale: #5D5D5D. Windows color (decimal): -5301523 or 15538863. OLE color: 15538863.

HSL color Cylindrical-coordinate representation of color #AF1AED: hue angle of 282.37º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1AED is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 26 237 -
CMYK 0.26 0.89 0 0.07
HSL 282.37º 0.85% 0.52% -
HSV(B) 282.37º 0.89% 0.93% -
XYZ 33.33 15.97 81.45 -
YUV 94.61 208.36 185.34 -
System Red Green Blue C M Y K H S L
Decimal 175 26 237 0.26 0.89 0 0.07 282.37 0.85 0.52
Hex AF 1A ED 1A 59 0 7 11A 55 34
Octal 257 32 355 32 131 0 7 432 125 64
Binary 10101111 11010 11101101 11010 1011001 0 111 100011010 1010101 110100

Color Harmonies of #AF1AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AED

Black with #AF1AED

Text Example


Text Example

White with #AF1AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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