Html Css Color HEX #A810D3 Dark Violet

📋 copy color: '#A810D3'

red 168 ◦ green 16 ◦ blue 211

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

Shades of Dark Violet #A810D3

Tints of Dark Violet #A810D3

RGB

 RED value IS 168 (66.02% from 255) = 42.53%

 GREEN value IS 16 (6.64% from 255) = 4.05%

 BLUE value IS 211 (82.81% from 255) = 53.42%

R = 42.53%
G = 4.05%
B = 53.42%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A810D3 (or 0xA810D3) is known color: Dark Violet. HEX triplet: A8, 10 and D3. RGB value is (168,16,211). Sum of RGB (Red+Green+Blue) = 168+16+211=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #A810D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A810D3 is #57EF2C. Grayscale: #535353. Windows color (decimal): -5762861 or 13832360. OLE color: 13832360.

HSL color Cylindrical-coordinate representation of color #A810D3: hue angle of 286.77º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A810D3 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 16 211 -
CMYK 0.20 0.92 0 0.17
HSL 286.77º 0.86% 0.45% -
HSV(B) 286.77º 0.92% 0.83% -
XYZ 28.09 13.4 62.73 -
YUV 83.68 199.86 188.14 -
System Red Green Blue C M Y K H S L
Decimal 168 16 211 0.20 0.92 0 0.17 286.77 0.86 0.45
Hex A8 10 D3 14 5C 0 11 11F 56 2D
Octal 250 20 323 24 134 0 21 437 126 55
Binary 10101000 10000 11010011 10100 1011100 0 10001 100011111 1010110 101101

Color Harmonies of #A810D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A810D3

Black with #A810D3

Text Example


Text Example

White with #A810D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A810D3; }

 p { color: rgb(168,16,211); }

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

background-color css

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

 a { background-color: rgb(168,16,211); }

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

border-color css

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

 span { border-color: rgb(168,16,211); }

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