Html Css Color HEX #A615CA Dark Violet

📋 copy color: '#A615CA'

red 166 ◦ green 21 ◦ blue 202

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

Shades of Dark Violet #A615CA

Tints of Dark Violet #A615CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.4%

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

R = 42.67%
G = 5.4%
B = 51.93%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A615CA (or 0xA615CA) is known color: Dark Violet. HEX triplet: A6, 15 and CA. RGB value is (166,21,202). Sum of RGB (Red+Green+Blue) = 166+21+202=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #A615CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A615CA is #59EA35. Grayscale: #545454. Windows color (decimal): -5892662 or 13243814. OLE color: 13243814.

HSL color Cylindrical-coordinate representation of color #A615CA: hue angle of 288.07º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A615CA is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 21 202 -
CMYK 0.18 0.90 0 0.21
HSL 288.07º 0.81% 0.44% -
HSV(B) 288.07º 0.9% 0.79% -
XYZ 26.65 12.91 56.96 -
YUV 84.99 194.04 185.78 -
System Red Green Blue C M Y K H S L
Decimal 166 21 202 0.18 0.90 0 0.21 288.07 0.81 0.44
Hex A6 15 CA 12 5A 0 15 120 51 2C
Octal 246 25 312 22 132 0 25 440 121 54
Binary 10100110 10101 11001010 10010 1011010 0 10101 100100000 1010001 101100

Color Harmonies of #A615CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A615CA

Black with #A615CA

Text Example


Text Example

White with #A615CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A615CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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