Html Css Color HEX #AF1AF1 Electric Purple

📋 copy color: '#AF1AF1'

red 175 ◦ green 26 ◦ blue 241

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

Shades of Electric Purple #AF1AF1

Tints of Electric Purple #AF1AF1

RGB

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

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

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

R = 39.59%
G = 5.88%
B = 54.52%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF1AF1 (or 0xAF1AF1) is known color: Electric Purple. HEX triplet: AF, 1A and F1. RGB value is (175,26,241). Sum of RGB (Red+Green+Blue) = 175+26+241=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF1AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1AF1 is #50E50E. Grayscale: #5E5E5E. Windows color (decimal): -5301519 or 15801007. OLE color: 15801007.

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

Color convert

RGB 175 26 241 -
CMYK 0.27 0.89 0 0.05
HSL 281.58º 0.88% 0.52% -
HSV(B) 281.58º 0.89% 0.95% -
XYZ 33.93 16.2 84.56 -
YUV 95.06 210.36 185.02 -
System Red Green Blue C M Y K H S L
Decimal 175 26 241 0.27 0.89 0 0.05 281.58 0.88 0.52
Hex AF 1A F1 1B 59 0 5 11A 58 34
Octal 257 32 361 33 131 0 5 432 130 64
Binary 10101111 11010 11110001 11011 1011001 0 101 100011010 1011000 110100

Color Harmonies of #AF1AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AF1

Black with #AF1AF1

Text Example


Text Example

White with #AF1AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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