Html Css Color HEX #A81CF1 Blue Violet

📋 copy color: '#A81CF1'

red 168 ◦ green 28 ◦ blue 241

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

Shades of Blue Violet #A81CF1

Tints of Blue Violet #A81CF1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.41%

 BLUE value IS 241 (94.53% from 255) = 55.15%

R = 38.44%
G = 6.41%
B = 55.15%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A81CF1 (or 0xA81CF1) is known color: Blue Violet. HEX triplet: A8, 1C and F1. RGB value is (168,28,241). Sum of RGB (Red+Green+Blue) = 168+28+241=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #A81CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81CF1 is #57E30E. Grayscale: #5D5D5D. Windows color (decimal): -5759759 or 15801512. OLE color: 15801512.

HSL color Cylindrical-coordinate representation of color #A81CF1: hue angle of 279.44º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81CF1 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 28 241 -
CMYK 0.30 0.88 0 0.05
HSL 279.44º 0.88% 0.53% -
HSV(B) 279.44º 0.88% 0.95% -
XYZ 32.44 15.51 84.5 -
YUV 94.14 210.88 180.68 -
System Red Green Blue C M Y K H S L
Decimal 168 28 241 0.30 0.88 0 0.05 279.44 0.88 0.53
Hex A8 1C F1 1E 58 0 5 117 58 35
Octal 250 34 361 36 130 0 5 427 130 65
Binary 10101000 11100 11110001 11110 1011000 0 101 100010111 1011000 110101

Color Harmonies of #A81CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81CF1

Black with #A81CF1

Text Example


Text Example

White with #A81CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81CF1; }

 p { color: rgb(168,28,241); }

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

background-color css

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

 a { background-color: rgb(168,28,241); }

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

border-color css

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

 span { border-color: rgb(168,28,241); }

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