Html Css Color HEX #A613CA Dark Violet

📋 copy color: '#A613CA'

red 166 ◦ green 19 ◦ blue 202

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

Shades of Dark Violet #A613CA

Tints of Dark Violet #A613CA

RGB

 RED value IS 166 (65.23% from 255) = 42.89%

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

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 42.89%
G = 4.91%
B = 52.2%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A613CA (or 0xA613CA) is known color: Dark Violet. HEX triplet: A6, 13 and CA. RGB value is (166,19,202). Sum of RGB (Red+Green+Blue) = 166+19+202=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #A613CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613CA is #59EC35. Grayscale: #535353. Windows color (decimal): -5893174 or 13243302. OLE color: 13243302.

HSL color Cylindrical-coordinate representation of color #A613CA: hue angle of 288.2º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A613CA is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 19 202 -
CMYK 0.18 0.91 0 0.21
HSL 288.2º 0.83% 0.43% -
HSV(B) 288.2º 0.91% 0.79% -
XYZ 26.62 12.84 56.95 -
YUV 83.82 194.7 186.62 -
System Red Green Blue C M Y K H S L
Decimal 166 19 202 0.18 0.91 0 0.21 288.2 0.83 0.43
Hex A6 13 CA 12 5B 0 15 120 53 2B
Octal 246 23 312 22 133 0 25 440 123 53
Binary 10100110 10011 11001010 10010 1011011 0 10101 100100000 1010011 101011

Color Harmonies of #A613CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A613CA

Black with #A613CA

Text Example


Text Example

White with #A613CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A613CA; }

 p { color: rgb(166,19,202); }

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

background-color css

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

 a { background-color: rgb(166,19,202); }

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

border-color css

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

 span { border-color: rgb(166,19,202); }

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