Html Css Color HEX #A913C6 Dark Violet

📋 copy color: '#A913C6'

red 169 ◦ green 19 ◦ blue 198

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

Shades of Dark Violet #A913C6

Tints of Dark Violet #A913C6

RGB

 RED value IS 169 (66.41% from 255) = 43.78%

 GREEN value IS 19 (7.81% from 255) = 4.92%

 BLUE value IS 198 (77.73% from 255) = 51.3%

R = 43.78%
G = 4.92%
B = 51.3%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A913C6 (or 0xA913C6) is known color: Dark Violet. HEX triplet: A9, 13 and C6. RGB value is (169,19,198). Sum of RGB (Red+Green+Blue) = 169+19+198=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #A913C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A913C6 is #56EC39. Grayscale: #535353. Windows color (decimal): -5696570 or 12981161. OLE color: 12981161.

HSL color Cylindrical-coordinate representation of color #A913C6: hue angle of 290.28º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A913C6 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 19 198 -
CMYK 0.15 0.90 0 0.22
HSL 290.28º 0.82% 0.43% -
HSV(B) 290.28º 0.9% 0.78% -
XYZ 26.79 12.98 54.52 -
YUV 84.26 192.2 188.45 -
System Red Green Blue C M Y K H S L
Decimal 169 19 198 0.15 0.90 0 0.22 290.28 0.82 0.43
Hex A9 13 C6 F 5A 0 16 122 52 2B
Octal 251 23 306 17 132 0 26 442 122 53
Binary 10101001 10011 11000110 1111 1011010 0 10110 100100010 1010010 101011

Color Harmonies of #A913C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A913C6

Black with #A913C6

Text Example


Text Example

White with #A913C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A913C6; }

 p { color: rgb(169,19,198); }

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

background-color css

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

 a { background-color: rgb(169,19,198); }

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

border-color css

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

 span { border-color: rgb(169,19,198); }

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