Html Css Color HEX #AF1DFA Electric Purple

📋 copy color: '#AF1DFA'

red 175 ◦ green 29 ◦ blue 250

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

Shades of Electric Purple #AF1DFA

Tints of Electric Purple #AF1DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.07%

R = 38.55%
G = 6.39%
B = 55.07%

CMYK

 C value IS 0.3

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF1DFA (or 0xAF1DFA) is known color: Electric Purple. HEX triplet: AF, 1D and FA. RGB value is (175,29,250). Sum of RGB (Red+Green+Blue) = 175+29+250=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF1DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1DFA is #50E205. Grayscale: #616161. Windows color (decimal): -5300742 or 16391599. OLE color: 16391599.

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

Color convert

RGB 175 29 250 -
CMYK 0.3 0.88 0 0.02
HSL 279.64º 0.96% 0.55% -
HSV(B) 279.64º 0.88% 0.98% -
XYZ 35.37 16.89 91.84 -
YUV 97.85 213.87 183.03 -
System Red Green Blue C M Y K H S L
Decimal 175 29 250 0.3 0.88 0 0.02 279.64 0.96 0.55
Hex AF 1D FA 1E 58 0 2 118 60 37
Octal 257 35 372 36 130 0 2 430 140 67
Binary 10101111 11101 11111010 11110 1011000 0 10 100011000 1100000 110111

Color Harmonies of #AF1DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DFA

Black with #AF1DFA

Text Example


Text Example

White with #AF1DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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