Html Css Color HEX #AF0AF1 Electric Purple

📋 copy color: '#AF0AF1'

red 175 ◦ green 10 ◦ blue 241

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

Shades of Electric Purple #AF0AF1

Tints of Electric Purple #AF0AF1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.35%

 BLUE value IS 241 (94.53% from 255) = 56.57%

R = 41.08%
G = 2.35%
B = 56.57%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF0AF1 (or 0xAF0AF1) is known color: Electric Purple. HEX triplet: AF, 0A and F1. RGB value is (175,10,241). Sum of RGB (Red+Green+Blue) = 175+10+241=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF0AF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0AF1 is #50F50E. Grayscale: #545454. Windows color (decimal): -5305615 or 15796911. OLE color: 15796911.

HSL color Cylindrical-coordinate representation of color #AF0AF1: hue angle of 282.86º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0AF1 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 10 241 -
CMYK 0.27 0.96 0 0.05
HSL 282.86º 0.92% 0.49% -
HSV(B) 282.86º 0.96% 0.95% -
XYZ 33.66 15.68 84.47 -
YUV 85.67 215.66 191.72 -
System Red Green Blue C M Y K H S L
Decimal 175 10 241 0.27 0.96 0 0.05 282.86 0.92 0.49
Hex AF A F1 1B 60 0 5 11B 5C 31
Octal 257 12 361 33 140 0 5 433 134 61
Binary 10101111 1010 11110001 11011 1100000 0 101 100011011 1011100 110001

Color Harmonies of #AF0AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AF1

Black with #AF0AF1

Text Example


Text Example

White with #AF0AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AF1; }

 p { color: rgb(175,10,241); }

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

background-color css

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

 a { background-color: rgb(175,10,241); }

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

border-color css

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

 span { border-color: rgb(175,10,241); }

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