Html Css Color HEX #A81BF4 Electric Purple

📋 copy color: '#A81BF4'

red 168 ◦ green 27 ◦ blue 244

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

Shades of Electric Purple #A81BF4

Tints of Electric Purple #A81BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 55.58%

R = 38.27%
G = 6.15%
B = 55.58%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A81BF4 (or 0xA81BF4) is known color: Electric Purple. HEX triplet: A8, 1B and F4. RGB value is (168,27,244). Sum of RGB (Red+Green+Blue) = 168+27+244=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 244 (95.70% from 255 or 55.58% from 439); Max value from RGB is 244 - color contains mainly: blue. Hex color #A81BF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81BF4 is #57E40B. Grayscale: #5D5D5D. Windows color (decimal): -5760012 or 15997864. OLE color: 15997864.

HSL color Cylindrical-coordinate representation of color #A81BF4: hue angle of 278.99º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81BF4 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 27 244 -
CMYK 0.31 0.89 0 0.04
HSL 278.99º 0.91% 0.53% -
HSV(B) 278.99º 0.89% 0.96% -
XYZ 32.87 15.64 86.87 -
YUV 93.9 212.71 180.86 -
System Red Green Blue C M Y K H S L
Decimal 168 27 244 0.31 0.89 0 0.04 278.99 0.91 0.53
Hex A8 1B F4 1F 59 0 4 117 5B 35
Octal 250 33 364 37 131 0 4 427 133 65
Binary 10101000 11011 11110100 11111 1011001 0 100 100010111 1011011 110101

Color Harmonies of #A81BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BF4

Black with #A81BF4

Text Example


Text Example

White with #A81BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BF4; }

 p { color: rgb(168,27,244); }

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

background-color css

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

 a { background-color: rgb(168,27,244); }

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

border-color css

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

 span { border-color: rgb(168,27,244); }

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