Html Css Color HEX #A614CB Dark Violet

📋 copy color: '#A614CB'

red 166 ◦ green 20 ◦ blue 203

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

Shades of Dark Violet #A614CB

Tints of Dark Violet #A614CB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.14%

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

R = 42.67%
G = 5.14%
B = 52.19%

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

#A614CB (or 0xA614CB) is known color: Dark Violet. HEX triplet: A6, 14 and CB. RGB value is (166,20,203). Sum of RGB (Red+Green+Blue) = 166+20+203=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #A614CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614CB is #59EB34. Grayscale: #535353. Windows color (decimal): -5892917 or 13309094. OLE color: 13309094.

HSL color Cylindrical-coordinate representation of color #A614CB: hue angle of 287.87º degrees, saturation: 0.82, 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 #A614CB is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 20 203 -
CMYK 0.18 0.90 0 0.20
HSL 287.87º 0.82% 0.44% -
HSV(B) 287.87º 0.9% 0.8% -
XYZ 26.76 12.92 57.58 -
YUV 84.52 194.87 186.12 -
System Red Green Blue C M Y K H S L
Decimal 166 20 203 0.18 0.90 0 0.20 287.87 0.82 0.44
Hex A6 14 CB 12 5A 0 14 120 52 2C
Octal 246 24 313 22 132 0 24 440 122 54
Binary 10100110 10100 11001011 10010 1011010 0 10100 100100000 1010010 101100

Color Harmonies of #A614CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A614CB

Black with #A614CB

Text Example


Text Example

White with #A614CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A614CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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