Html Css Color HEX #A615CB Dark Violet

📋 copy color: '#A615CB'

red 166 ◦ green 21 ◦ blue 203

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

Shades of Dark Violet #A615CB

Tints of Dark Violet #A615CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.05%

R = 42.56%
G = 5.38%
B = 52.05%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A615CB (or 0xA615CB) is known color: Dark Violet. HEX triplet: A6, 15 and CB. RGB value is (166,21,203). Sum of RGB (Red+Green+Blue) = 166+21+203=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #A615CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A615CB is #59EA34. Grayscale: #545454. Windows color (decimal): -5892661 or 13309350. OLE color: 13309350.

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

Color convert

RGB 166 21 203 -
CMYK 0.18 0.90 0 0.20
HSL 287.8º 0.81% 0.44% -
HSV(B) 287.8º 0.9% 0.8% -
XYZ 26.77 12.96 57.59 -
YUV 85.1 194.54 185.7 -
System Red Green Blue C M Y K H S L
Decimal 166 21 203 0.18 0.90 0 0.20 287.8 0.81 0.44
Hex A6 15 CB 12 5A 0 14 120 51 2C
Octal 246 25 313 22 132 0 24 440 121 54
Binary 10100110 10101 11001011 10010 1011010 0 10100 100100000 1010001 101100

Color Harmonies of #A615CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A615CB

Black with #A615CB

Text Example


Text Example

White with #A615CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A615CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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