Html Css Color HEX #A65DAA Violet Blue

📋 copy color: '#A65DAA'

red 166 ◦ green 93 ◦ blue 170

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

Shades of Violet Blue #A65DAA

Tints of Violet Blue #A65DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.68%

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 38.69%
G = 21.68%
B = 39.63%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A65DAA (or 0xA65DAA) is known color: Violet Blue. HEX triplet: A6, 5D and AA. RGB value is (166,93,170). Sum of RGB (Red+Green+Blue) = 166+93+170=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #A65DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65DAA is #59A255. Grayscale: #7B7B7B. Windows color (decimal): -5874262 or 11165094. OLE color: 11165094.

HSL color Cylindrical-coordinate representation of color #A65DAA: hue angle of 296.88º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65DAA is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 93 170 -
CMYK 0.02 0.45 0 0.33
HSL 296.88º 0.31% 0.52% -
HSV(B) 296.88º 0.45% 0.67% -
XYZ 26.9 18.84 40.25 -
YUV 123.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 166 93 170 0.02 0.45 0 0.33 296.88 0.31 0.52
Hex A6 5D AA 2 2D 0 21 129 1F 34
Octal 246 135 252 2 55 0 41 451 37 64
Binary 10100110 1011101 10101010 10 101101 0 100001 100101001 11111 110100

Color Harmonies of #A65DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65DAA

Black with #A65DAA

Text Example


Text Example

White with #A65DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65DAA; }

 p { color: rgb(166,93,170); }

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

background-color css

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

 a { background-color: rgb(166,93,170); }

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

border-color css

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

 span { border-color: rgb(166,93,170); }

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