Html Css Color HEX #AF1AFF Electric Purple

📋 copy color: '#AF1AFF'

red 175 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #AF1AFF

Tints of Electric Purple #AF1AFF

RGB

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

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

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

R = 38.38%
G = 5.7%
B = 55.92%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF1AFF (or 0xAF1AFF) is known color: Electric Purple. HEX triplet: AF, 1A and FF. RGB value is (175,26,255). Sum of RGB (Red+Green+Blue) = 175+26+255=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF1AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1AFF is #50E500. Grayscale: #5F5F5F. Windows color (decimal): -5301505 or 16718511. OLE color: 16718511.

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

Color convert

RGB 175 26 255 -
CMYK 0.31 0.90 0 0
HSL 279.04º 1% 0.55% -
HSV(B) 279.04º 0.9% 1% -
XYZ 36.1 17.07 96 -
YUV 96.66 217.36 183.88 -
System Red Green Blue C M Y K H S L
Decimal 175 26 255 0.31 0.90 0 0 279.04 1 0.55
Hex AF 1A FF 1F 5A 0 0 117 64 37
Octal 257 32 377 37 132 0 0 427 144 67
Binary 10101111 11010 11111111 11111 1011010 0 0 100010111 1100100 110111

Color Harmonies of #AF1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AFF

Black with #AF1AFF

Text Example


Text Example

White with #AF1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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