Html Css Color HEX #AF1AF8 Electric Purple

📋 copy color: '#AF1AF8'

red 175 ◦ green 26 ◦ blue 248

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

Shades of Electric Purple #AF1AF8

Tints of Electric Purple #AF1AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 55.23%

R = 38.98%
G = 5.79%
B = 55.23%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF1AF8 (or 0xAF1AF8) is known color: Electric Purple. HEX triplet: AF, 1A and F8. RGB value is (175,26,248). Sum of RGB (Red+Green+Blue) = 175+26+248=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF1AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1AF8 is #50E507. Grayscale: #5F5F5F. Windows color (decimal): -5301512 or 16259759. OLE color: 16259759.

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

Color convert

RGB 175 26 248 -
CMYK 0.29 0.90 0 0.03
HSL 280.27º 0.94% 0.54% -
HSV(B) 280.27º 0.9% 0.97% -
XYZ 34.99 16.63 90.17 -
YUV 95.86 213.86 184.45 -
System Red Green Blue C M Y K H S L
Decimal 175 26 248 0.29 0.90 0 0.03 280.27 0.94 0.54
Hex AF 1A F8 1D 5A 0 3 118 5E 36
Octal 257 32 370 35 132 0 3 430 136 66
Binary 10101111 11010 11111000 11101 1011010 0 11 100011000 1011110 110110

Color Harmonies of #AF1AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AF8

Black with #AF1AF8

Text Example


Text Example

White with #AF1AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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