Html Css Color HEX #A81FFB Electric Purple

📋 copy color: '#A81FFB'

red 168 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #A81FFB

Tints of Electric Purple #A81FFB

RGB

 RED value IS 168 (66.02% from 255) = 37.33%

 GREEN value IS 31 (12.5% from 255) = 6.89%

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

R = 37.33%
G = 6.89%
B = 55.78%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A81FFB (or 0xA81FFB) is known color: Electric Purple. HEX triplet: A8, 1F and FB. RGB value is (168,31,251). Sum of RGB (Red+Green+Blue) = 168+31+251=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #A81FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81FFB is #57E004. Grayscale: #606060. Windows color (decimal): -5758981 or 16457640. OLE color: 16457640.

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

Color convert

RGB 168 31 251 -
CMYK 0.33 0.88 0 0.02
HSL 277.36º 0.96% 0.55% -
HSV(B) 277.36º 0.88% 0.98% -
XYZ 34.05 16.27 92.61 -
YUV 97.04 214.89 178.61 -
System Red Green Blue C M Y K H S L
Decimal 168 31 251 0.33 0.88 0 0.02 277.36 0.96 0.55
Hex A8 1F FB 21 58 0 2 115 60 37
Octal 250 37 373 41 130 0 2 425 140 67
Binary 10101000 11111 11111011 100001 1011000 0 10 100010101 1100000 110111

Color Harmonies of #A81FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81FFB

Black with #A81FFB

Text Example


Text Example

White with #A81FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81FFB; }

 p { color: rgb(168,31,251); }

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

background-color css

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

 a { background-color: rgb(168,31,251); }

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

border-color css

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

 span { border-color: rgb(168,31,251); }

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