Html Css Color HEX #A66293 Violet Blue

📋 copy color: '#A66293'

red 166 ◦ green 98 ◦ blue 147

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

Shades of Violet Blue #A66293

Tints of Violet Blue #A66293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.84%

 BLUE value IS 147 (57.81% from 255) = 35.77%

R = 40.39%
G = 23.84%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A66293 (or 0xA66293) is known color: Violet Blue. HEX triplet: A6, 62 and 93. RGB value is (166,98,147). Sum of RGB (Red+Green+Blue) = 166+98+147=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A66293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66293 is #599D6C. Grayscale: #7B7B7B. Windows color (decimal): -5873005 or 9659046. OLE color: 9659046.

HSL color Cylindrical-coordinate representation of color #A66293: hue angle of 316.76º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A66293 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 98 147 -
CMYK 0 0.41 0.11 0.35
HSL 316.76º 0.28% 0.52% -
HSV(B) 316.76º 0.41% 0.65% -
XYZ 25.36 18.95 29.92 -
YUV 123.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 166 98 147 0 0.41 0.11 0.35 316.76 0.28 0.52
Hex A6 62 93 0 29 B 23 13D 1C 34
Octal 246 142 223 0 51 13 43 475 34 64
Binary 10100110 1100010 10010011 0 101001 1011 100011 100111101 11100 110100

Color Harmonies of #A66293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66293

Black with #A66293

Text Example


Text Example

White with #A66293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66293; }

 p { color: rgb(166,98,147); }

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

background-color css

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

 a { background-color: rgb(166,98,147); }

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

border-color css

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

 span { border-color: rgb(166,98,147); }

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