Html Css Color HEX #A81CF0 Blue Violet

📋 copy color: '#A81CF0'

red 168 ◦ green 28 ◦ blue 240

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

Shades of Blue Violet #A81CF0

Tints of Blue Violet #A81CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.05%

R = 38.53%
G = 6.42%
B = 55.05%

CMYK

 C value IS 0.3

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A81CF0 (or 0xA81CF0) is known color: Blue Violet. HEX triplet: A8, 1C and F0. RGB value is (168,28,240). Sum of RGB (Red+Green+Blue) = 168+28+240=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #A81CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81CF0 is #57E30F. Grayscale: #5D5D5D. Windows color (decimal): -5759760 or 15735976. OLE color: 15735976.

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

Color convert

RGB 168 28 240 -
CMYK 0.3 0.88 0 0.06
HSL 279.62º 0.88% 0.53% -
HSV(B) 279.62º 0.88% 0.94% -
XYZ 32.29 15.45 83.72 -
YUV 94.03 210.38 180.76 -
System Red Green Blue C M Y K H S L
Decimal 168 28 240 0.3 0.88 0 0.06 279.62 0.88 0.53
Hex A8 1C F0 1E 58 0 6 118 58 35
Octal 250 34 360 36 130 0 6 430 130 65
Binary 10101000 11100 11110000 11110 1011000 0 110 100011000 1011000 110101

Color Harmonies of #A81CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81CF0

Black with #A81CF0

Text Example


Text Example

White with #A81CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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