Html Css Color HEX #A314BB Dark Violet

📋 copy color: '#A314BB'

red 163 ◦ green 20 ◦ blue 187

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

Shades of Dark Violet #A314BB

Tints of Dark Violet #A314BB

RGB

 RED value IS 163 (64.06% from 255) = 44.05%

 GREEN value IS 20 (8.2% from 255) = 5.41%

 BLUE value IS 187 (73.44% from 255) = 50.54%

R = 44.05%
G = 5.41%
B = 50.54%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A314BB (or 0xA314BB) is known color: Dark Violet. HEX triplet: A3, 14 and BB. RGB value is (163,20,187). Sum of RGB (Red+Green+Blue) = 163+20+187=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #A314BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314BB is #5CEB44. Grayscale: #515151. Windows color (decimal): -6089541 or 12260515. OLE color: 12260515.

HSL color Cylindrical-coordinate representation of color #A314BB: hue angle of 291.38º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A314BB is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 20 187 -
CMYK 0.13 0.89 0 0.27
HSL 291.38º 0.81% 0.41% -
HSV(B) 291.38º 0.89% 0.73% -
XYZ 24.32 11.87 48.02 -
YUV 81.8 187.38 185.92 -
System Red Green Blue C M Y K H S L
Decimal 163 20 187 0.13 0.89 0 0.27 291.38 0.81 0.41
Hex A3 14 BB D 59 0 1B 123 51 29
Octal 243 24 273 15 131 0 33 443 121 51
Binary 10100011 10100 10111011 1101 1011001 0 11011 100100011 1010001 101001

Color Harmonies of #A314BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314BB

Black with #A314BB

Text Example


Text Example

White with #A314BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314BB; }

 p { color: rgb(163,20,187); }

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

background-color css

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

 a { background-color: rgb(163,20,187); }

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

border-color css

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

 span { border-color: rgb(163,20,187); }

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