Html Css Color HEX #AF1DFB Electric Purple

📋 copy color: '#AF1DFB'

red 175 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #AF1DFB

Tints of Electric Purple #AF1DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.37%

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

R = 38.46%
G = 6.37%
B = 55.16%

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

#AF1DFB (or 0xAF1DFB) is known color: Electric Purple. HEX triplet: AF, 1D and FB. RGB value is (175,29,251). Sum of RGB (Red+Green+Blue) = 175+29+251=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF1DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1DFB is #50E204. Grayscale: #616161. Windows color (decimal): -5300741 or 16457135. OLE color: 16457135.

HSL color Cylindrical-coordinate representation of color #AF1DFB: hue angle of 279.46º 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 #AF1DFB is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 29 251 -
CMYK 0.30 0.88 0 0.02
HSL 279.46º 0.97% 0.55% -
HSV(B) 279.46º 0.88% 0.98% -
XYZ 35.53 16.96 92.67 -
YUV 97.96 214.37 182.95 -
System Red Green Blue C M Y K H S L
Decimal 175 29 251 0.30 0.88 0 0.02 279.46 0.97 0.55
Hex AF 1D FB 1E 58 0 2 117 61 37
Octal 257 35 373 36 130 0 2 427 141 67
Binary 10101111 11101 11111011 11110 1011000 0 10 100010111 1100001 110111

Color Harmonies of #AF1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DFB

Black with #AF1DFB

Text Example


Text Example

White with #AF1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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