Html Css Color HEX #A314CB Dark Violet

📋 copy color: '#A314CB'

red 163 ◦ green 20 ◦ blue 203

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

Shades of Dark Violet #A314CB

Tints of Dark Violet #A314CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 42.23%
G = 5.18%
B = 52.59%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A314CB (or 0xA314CB) is known color: Dark Violet. HEX triplet: A3, 14 and CB. RGB value is (163,20,203). Sum of RGB (Red+Green+Blue) = 163+20+203=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #A314CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314CB is #5CEB34. Grayscale: #535353. Windows color (decimal): -6089525 or 13309091. OLE color: 13309091.

HSL color Cylindrical-coordinate representation of color #A314CB: hue angle of 286.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A314CB is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 20 203 -
CMYK 0.20 0.90 0 0.20
HSL 286.89º 0.82% 0.44% -
HSV(B) 286.89º 0.9% 0.8% -
XYZ 26.13 12.6 57.55 -
YUV 83.62 195.38 184.62 -
System Red Green Blue C M Y K H S L
Decimal 163 20 203 0.20 0.90 0 0.20 286.89 0.82 0.44
Hex A3 14 CB 14 5A 0 14 11F 52 2C
Octal 243 24 313 24 132 0 24 437 122 54
Binary 10100011 10100 11001011 10100 1011010 0 10100 100011111 1010010 101100

Color Harmonies of #A314CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314CB

Black with #A314CB

Text Example


Text Example

White with #A314CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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