Html Css Color HEX #AF1BF8 Electric Purple

📋 copy color: '#AF1BF8'

red 175 ◦ green 27 ◦ blue 248

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

Shades of Electric Purple #AF1BF8

Tints of Electric Purple #AF1BF8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6%

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

R = 38.89%
G = 6%
B = 55.11%

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

#AF1BF8 (or 0xAF1BF8) is known color: Electric Purple. HEX triplet: AF, 1B and F8. RGB value is (175,27,248). Sum of RGB (Red+Green+Blue) = 175+27+248=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 248 (97.27% from 255 or 55.11% from 450); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF1BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1BF8 is #50E407. Grayscale: #5F5F5F. Windows color (decimal): -5301256 or 16260015. OLE color: 16260015.

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

Color convert

RGB 175 27 248 -
CMYK 0.29 0.89 0 0.03
HSL 280.18º 0.94% 0.54% -
HSV(B) 280.18º 0.89% 0.97% -
XYZ 35.01 16.68 90.18 -
YUV 96.45 213.53 184.03 -
System Red Green Blue C M Y K H S L
Decimal 175 27 248 0.29 0.89 0 0.03 280.18 0.94 0.54
Hex AF 1B F8 1D 59 0 3 118 5E 36
Octal 257 33 370 35 131 0 3 430 136 66
Binary 10101111 11011 11111000 11101 1011001 0 11 100011000 1011110 110110

Color Harmonies of #AF1BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BF8

Black with #AF1BF8

Text Example


Text Example

White with #AF1BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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