Html Css Color HEX #A14CEB Blue Violet

📋 copy color: '#A14CEB'

red 161 ◦ green 76 ◦ blue 235

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

Shades of Blue Violet #A14CEB

Tints of Blue Violet #A14CEB

RGB

 RED value IS 161 (63.28% from 255) = 34.11%

 GREEN value IS 76 (30.08% from 255) = 16.1%

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 34.11%
G = 16.1%
B = 49.79%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A14CEB (or 0xA14CEB) is known color: Blue Violet. HEX triplet: A1, 4C and EB. RGB value is (161,76,235). Sum of RGB (Red+Green+Blue) = 161+76+235=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #A14CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14CEB is #5EB314. Grayscale: #767676. Windows color (decimal): -6206229 or 15420577. OLE color: 15420577.

HSL color Cylindrical-coordinate representation of color #A14CEB: hue angle of 272.08º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14CEB is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 76 235 -
CMYK 0.31 0.68 0 0.08
HSL 272.08º 0.8% 0.61% -
HSV(B) 272.08º 0.68% 0.92% -
XYZ 32.28 18.74 80.51 -
YUV 119.54 193.16 157.57 -
System Red Green Blue C M Y K H S L
Decimal 161 76 235 0.31 0.68 0 0.08 272.08 0.8 0.61
Hex A1 4C EB 1F 44 0 8 110 50 3D
Octal 241 114 353 37 104 0 10 420 120 75
Binary 10100001 1001100 11101011 11111 1000100 0 1000 100010000 1010000 111101

Color Harmonies of #A14CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CEB

Black with #A14CEB

Text Example


Text Example

White with #A14CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CEB; }

 p { color: rgb(161,76,235); }

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

background-color css

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

 a { background-color: rgb(161,76,235); }

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

border-color css

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

 span { border-color: rgb(161,76,235); }

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