Html Css Color HEX #A81DF4 Blue Violet

📋 copy color: '#A81DF4'

red 168 ◦ green 29 ◦ blue 244

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

Shades of Blue Violet #A81DF4

Tints of Blue Violet #A81DF4

RGB

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

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

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

R = 38.1%
G = 6.58%
B = 55.33%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A81DF4 (or 0xA81DF4) is known color: Blue Violet. HEX triplet: A8, 1D and F4. RGB value is (168,29,244). Sum of RGB (Red+Green+Blue) = 168+29+244=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 244 (95.70% from 255 or 55.33% from 441); Max value from RGB is 244 - color contains mainly: blue. Hex color #A81DF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81DF4 is #57E20B. Grayscale: #5E5E5E. Windows color (decimal): -5759500 or 15998376. OLE color: 15998376.

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

Color convert

RGB 168 29 244 -
CMYK 0.31 0.88 0 0.04
HSL 278.79º 0.91% 0.54% -
HSV(B) 278.79º 0.88% 0.96% -
XYZ 32.92 15.74 86.89 -
YUV 95.07 212.05 180.02 -
System Red Green Blue C M Y K H S L
Decimal 168 29 244 0.31 0.88 0 0.04 278.79 0.91 0.54
Hex A8 1D F4 1F 58 0 4 117 5B 36
Octal 250 35 364 37 130 0 4 427 133 66
Binary 10101000 11101 11110100 11111 1011000 0 100 100010111 1011011 110110

Color Harmonies of #A81DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81DF4

Black with #A81DF4

Text Example


Text Example

White with #A81DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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