Html Css Color HEX #A14BEC Blue Violet

📋 copy color: '#A14BEC'

red 161 ◦ green 75 ◦ blue 236

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

Shades of Blue Violet #A14BEC

Tints of Blue Violet #A14BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.89%

 BLUE value IS 236 (92.58% from 255) = 50%

R = 34.11%
G = 15.89%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A14BEC (or 0xA14BEC) is known color: Blue Violet. HEX triplet: A1, 4B and EC. RGB value is (161,75,236). Sum of RGB (Red+Green+Blue) = 161+75+236=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #A14BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14BEC is #5EB413. Grayscale: #767676. Windows color (decimal): -6206484 or 15485857. OLE color: 15485857.

HSL color Cylindrical-coordinate representation of color #A14BEC: hue angle of 272.05º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14BEC is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 75 236 -
CMYK 0.32 0.68 0 0.07
HSL 272.05º 0.81% 0.61% -
HSV(B) 272.05º 0.68% 0.93% -
XYZ 32.35 18.67 81.25 -
YUV 119.07 193.99 157.91 -
System Red Green Blue C M Y K H S L
Decimal 161 75 236 0.32 0.68 0 0.07 272.05 0.81 0.61
Hex A1 4B EC 20 44 0 7 110 51 3D
Octal 241 113 354 40 104 0 7 420 121 75
Binary 10100001 1001011 11101100 100000 1000100 0 111 100010000 1010001 111101

Color Harmonies of #A14BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14BEC

Black with #A14BEC

Text Example


Text Example

White with #A14BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14BEC; }

 p { color: rgb(161,75,236); }

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

background-color css

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

 a { background-color: rgb(161,75,236); }

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

border-color css

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

 span { border-color: rgb(161,75,236); }

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