Html Css Color HEX #AF1CFF Electric Purple

📋 copy color: '#AF1CFF'

red 175 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #AF1CFF

Tints of Electric Purple #AF1CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.68%

R = 38.21%
G = 6.11%
B = 55.68%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF1CFF (or 0xAF1CFF) is known color: Electric Purple. HEX triplet: AF, 1C and FF. RGB value is (175,28,255). Sum of RGB (Red+Green+Blue) = 175+28+255=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF1CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1CFF is #50E300. Grayscale: #616161. Windows color (decimal): -5300993 or 16719023. OLE color: 16719023.

HSL color Cylindrical-coordinate representation of color #AF1CFF: hue angle of 278.85º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1CFF is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 28 255 -
CMYK 0.31 0.89 0 0
HSL 278.85º 1% 0.55% -
HSV(B) 278.85º 0.89% 1% -
XYZ 36.14 17.16 96.02 -
YUV 97.83 216.7 183.04 -
System Red Green Blue C M Y K H S L
Decimal 175 28 255 0.31 0.89 0 0 278.85 1 0.55
Hex AF 1C FF 1F 59 0 0 117 64 37
Octal 257 34 377 37 131 0 0 427 144 67
Binary 10101111 11100 11111111 11111 1011001 0 0 100010111 1100100 110111

Color Harmonies of #AF1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CFF

Black with #AF1CFF

Text Example


Text Example

White with #AF1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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