Html Css Color HEX #AF1EFB Electric Purple

📋 copy color: '#AF1EFB'

red 175 ◦ green 30 ◦ blue 251

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

Shades of Electric Purple #AF1EFB

Tints of Electric Purple #AF1EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.58%

 BLUE value IS 251 (98.44% from 255) = 55.04%

R = 38.38%
G = 6.58%
B = 55.04%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF1EFB (or 0xAF1EFB) is known color: Electric Purple. HEX triplet: AF, 1E and FB. RGB value is (175,30,251). Sum of RGB (Red+Green+Blue) = 175+30+251=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF1EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1EFB is #50E104. Grayscale: #616161. Windows color (decimal): -5300485 or 16457391. OLE color: 16457391.

HSL color Cylindrical-coordinate representation of color #AF1EFB: hue angle of 279.37º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1EFB is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 30 251 -
CMYK 0.30 0.88 0 0.02
HSL 279.37º 0.97% 0.55% -
HSV(B) 279.37º 0.88% 0.98% -
XYZ 35.56 17.01 92.68 -
YUV 98.55 214.04 182.53 -
System Red Green Blue C M Y K H S L
Decimal 175 30 251 0.30 0.88 0 0.02 279.37 0.97 0.55
Hex AF 1E FB 1E 58 0 2 117 61 37
Octal 257 36 373 36 130 0 2 427 141 67
Binary 10101111 11110 11111011 11110 1011000 0 10 100010111 1100001 110111

Color Harmonies of #AF1EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1EFB

Black with #AF1EFB

Text Example


Text Example

White with #AF1EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1EFB; }

 p { color: rgb(175,30,251); }

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

background-color css

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

 a { background-color: rgb(175,30,251); }

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

border-color css

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

 span { border-color: rgb(175,30,251); }

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