Html Css Color HEX #AF1AF7 Electric Purple

📋 copy color: '#AF1AF7'

red 175 ◦ green 26 ◦ blue 247

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

Shades of Electric Purple #AF1AF7

Tints of Electric Purple #AF1AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 55.13%

R = 39.06%
G = 5.8%
B = 55.13%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF1AF7 (or 0xAF1AF7) is known color: Electric Purple. HEX triplet: AF, 1A and F7. RGB value is (175,26,247). Sum of RGB (Red+Green+Blue) = 175+26+247=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 247 (96.88% from 255 or 55.13% from 448); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF1AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1AF7 is #50E508. Grayscale: #5F5F5F. Windows color (decimal): -5301513 or 16194223. OLE color: 16194223.

HSL color Cylindrical-coordinate representation of color #AF1AF7: hue angle of 280.45º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1AF7 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 26 247 -
CMYK 0.29 0.89 0 0.03
HSL 280.45º 0.93% 0.54% -
HSV(B) 280.45º 0.89% 0.97% -
XYZ 34.84 16.57 89.36 -
YUV 95.75 213.36 184.53 -
System Red Green Blue C M Y K H S L
Decimal 175 26 247 0.29 0.89 0 0.03 280.45 0.93 0.54
Hex AF 1A F7 1D 59 0 3 118 5D 36
Octal 257 32 367 35 131 0 3 430 135 66
Binary 10101111 11010 11110111 11101 1011001 0 11 100011000 1011101 110110

Color Harmonies of #AF1AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AF7

Black with #AF1AF7

Text Example


Text Example

White with #AF1AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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