Html Css Color HEX #A316CB Dark Violet

📋 copy color: '#A316CB'

red 163 ◦ green 22 ◦ blue 203

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

Shades of Dark Violet #A316CB

Tints of Dark Violet #A316CB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.67%

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

R = 42.01%
G = 5.67%
B = 52.32%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A316CB (or 0xA316CB) is known color: Dark Violet. HEX triplet: A3, 16 and CB. RGB value is (163,22,203). Sum of RGB (Red+Green+Blue) = 163+22+203=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #A316CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A316CB is #5CE934. Grayscale: #545454. Windows color (decimal): -6089013 or 13309603. OLE color: 13309603.

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

Color convert

RGB 163 22 203 -
CMYK 0.20 0.89 0 0.20
HSL 286.74º 0.8% 0.44% -
HSV(B) 286.74º 0.89% 0.8% -
XYZ 26.17 12.67 57.57 -
YUV 84.79 194.71 183.78 -
System Red Green Blue C M Y K H S L
Decimal 163 22 203 0.20 0.89 0 0.20 286.74 0.8 0.44
Hex A3 16 CB 14 59 0 14 11F 50 2C
Octal 243 26 313 24 131 0 24 437 120 54
Binary 10100011 10110 11001011 10100 1011001 0 10100 100011111 1010000 101100

Color Harmonies of #A316CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A316CB

Black with #A316CB

Text Example


Text Example

White with #A316CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A316CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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