Html Css Color HEX #A6379D Violet Blue

📋 copy color: '#A6379D'

red 166 ◦ green 55 ◦ blue 157

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

Shades of Violet Blue #A6379D

Tints of Violet Blue #A6379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.55%

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 43.92%
G = 14.55%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6379D (or 0xA6379D) is known color: Violet Blue. HEX triplet: A6, 37 and 9D. RGB value is (166,55,157). Sum of RGB (Red+Green+Blue) = 166+55+157=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6379D is #59C862. Grayscale: #636363. Windows color (decimal): -5884003 or 10303398. OLE color: 10303398.

HSL color Cylindrical-coordinate representation of color #A6379D: hue angle of 304.86º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6379D is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 55 157 -
CMYK 0 0.67 0.05 0.35
HSL 304.86º 0.5% 0.43% -
HSV(B) 304.86º 0.67% 0.65% -
XYZ 23.18 13.27 33.24 -
YUV 99.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 166 55 157 0 0.67 0.05 0.35 304.86 0.5 0.43
Hex A6 37 9D 0 43 5 23 131 32 2B
Octal 246 67 235 0 103 5 43 461 62 53
Binary 10100110 110111 10011101 0 1000011 101 100011 100110001 110010 101011

Color Harmonies of #A6379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6379D

Black with #A6379D

Text Example


Text Example

White with #A6379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6379D; }

 p { color: rgb(166,55,157); }

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

background-color css

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

 a { background-color: rgb(166,55,157); }

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

border-color css

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

 span { border-color: rgb(166,55,157); }

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