Html Css Color HEX #AF1CF7 Electric Purple

📋 copy color: '#AF1CF7'

red 175 ◦ green 28 ◦ blue 247

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

Shades of Electric Purple #AF1CF7

Tints of Electric Purple #AF1CF7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.22%

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

R = 38.89%
G = 6.22%
B = 54.89%

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

#AF1CF7 (or 0xAF1CF7) is known color: Electric Purple. HEX triplet: AF, 1C and F7. RGB value is (175,28,247). Sum of RGB (Red+Green+Blue) = 175+28+247=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 247 (96.88% from 255 or 54.89% from 450); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF1CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1CF7 is #50E308. Grayscale: #606060. Windows color (decimal): -5301001 or 16194735. OLE color: 16194735.

HSL color Cylindrical-coordinate representation of color #AF1CF7: hue angle of 280.27º 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 #AF1CF7 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 28 247 -
CMYK 0.29 0.89 0 0.03
HSL 280.27º 0.93% 0.54% -
HSV(B) 280.27º 0.89% 0.97% -
XYZ 34.88 16.66 89.37 -
YUV 96.92 212.7 183.69 -
System Red Green Blue C M Y K H S L
Decimal 175 28 247 0.29 0.89 0 0.03 280.27 0.93 0.54
Hex AF 1C F7 1D 59 0 3 118 5D 36
Octal 257 34 367 35 131 0 3 430 135 66
Binary 10101111 11100 11110111 11101 1011001 0 11 100011000 1011101 110110

Color Harmonies of #AF1CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CF7

Black with #AF1CF7

Text Example


Text Example

White with #AF1CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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