Html Css Color HEX #A14CEF Blue Violet

📋 copy color: '#A14CEF'

red 161 ◦ green 76 ◦ blue 239

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

Shades of Blue Violet #A14CEF

Tints of Blue Violet #A14CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 33.82%
G = 15.97%
B = 50.21%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A14CEF (or 0xA14CEF) is known color: Blue Violet. HEX triplet: A1, 4C and EF. RGB value is (161,76,239). Sum of RGB (Red+Green+Blue) = 161+76+239=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #A14CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14CEF is #5EB310. Grayscale: #777777. Windows color (decimal): -6206225 or 15682721. OLE color: 15682721.

HSL color Cylindrical-coordinate representation of color #A14CEF: hue angle of 271.29º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14CEF is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 76 239 -
CMYK 0.33 0.68 0 0.06
HSL 271.29º 0.84% 0.62% -
HSV(B) 271.29º 0.68% 0.94% -
XYZ 32.86 18.98 83.59 -
YUV 120 195.16 157.25 -
System Red Green Blue C M Y K H S L
Decimal 161 76 239 0.33 0.68 0 0.06 271.29 0.84 0.62
Hex A1 4C EF 21 44 0 6 10F 54 3E
Octal 241 114 357 41 104 0 6 417 124 76
Binary 10100001 1001100 11101111 100001 1000100 0 110 100001111 1010100 111110

Color Harmonies of #A14CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CEF

Black with #A14CEF

Text Example


Text Example

White with #A14CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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