Html Css Color HEX #A614B7 Dark Violet

📋 copy color: '#A614B7'

red 166 ◦ green 20 ◦ blue 183

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

Shades of Dark Violet #A614B7

Tints of Dark Violet #A614B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.59%

R = 44.99%
G = 5.42%
B = 49.59%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A614B7 (or 0xA614B7) is known color: Dark Violet. HEX triplet: A6, 14 and B7. RGB value is (166,20,183). Sum of RGB (Red+Green+Blue) = 166+20+183=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #A614B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614B7 is #59EB48. Grayscale: #515151. Windows color (decimal): -5892937 or 11998374. OLE color: 11998374.

HSL color Cylindrical-coordinate representation of color #A614B7: hue angle of 293.74º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A614B7 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 20 183 -
CMYK 0.09 0.89 0 0.28
HSL 293.74º 0.8% 0.4% -
HSV(B) 293.74º 0.89% 0.72% -
XYZ 24.52 12.03 45.83 -
YUV 82.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 166 20 183 0.09 0.89 0 0.28 293.74 0.8 0.4
Hex A6 14 B7 9 59 0 1C 126 50 28
Octal 246 24 267 11 131 0 34 446 120 50
Binary 10100110 10100 10110111 1001 1011001 0 11100 100100110 1010000 101000

Color Harmonies of #A614B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A614B7

Black with #A614B7

Text Example


Text Example

White with #A614B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A614B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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