Html Css Color HEX #A209DA Dark Violet

📋 copy color: '#A209DA'

red 162 ◦ green 9 ◦ blue 218

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

Shades of Dark Violet #A209DA

Tints of Dark Violet #A209DA

RGB

 RED value IS 162 (63.67% from 255) = 41.65%

 GREEN value IS 9 (3.91% from 255) = 2.31%

 BLUE value IS 218 (85.55% from 255) = 56.04%

R = 41.65%
G = 2.31%
B = 56.04%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A209DA (or 0xA209DA) is known color: Dark Violet. HEX triplet: A2, 09 and DA. RGB value is (162,9,218). Sum of RGB (Red+Green+Blue) = 162+9+218=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #A209DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209DA is #5DF625. Grayscale: #4D4D4D. Windows color (decimal): -6157862 or 14289314. OLE color: 14289314.

HSL color Cylindrical-coordinate representation of color #A209DA: hue angle of 283.92º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A209DA is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 9 218 -
CMYK 0.26 0.96 0 0.15
HSL 283.92º 0.92% 0.45% -
HSV(B) 283.92º 0.96% 0.85% -
XYZ 27.65 12.94 67.37 -
YUV 78.57 206.69 187.51 -
System Red Green Blue C M Y K H S L
Decimal 162 9 218 0.26 0.96 0 0.15 283.92 0.92 0.45
Hex A2 9 DA 1A 60 0 F 11C 5C 2D
Octal 242 11 332 32 140 0 17 434 134 55
Binary 10100010 1001 11011010 11010 1100000 0 1111 100011100 1011100 101101

Color Harmonies of #A209DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A209DA

Black with #A209DA

Text Example


Text Example

White with #A209DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A209DA; }

 p { color: rgb(162,9,218); }

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

background-color css

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

 a { background-color: rgb(162,9,218); }

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

border-color css

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

 span { border-color: rgb(162,9,218); }

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