Html Css Color HEX #A65BAA Violet Blue

📋 copy color: '#A65BAA'

red 166 ◦ green 91 ◦ blue 170

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

Shades of Violet Blue #A65BAA

Tints of Violet Blue #A65BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.31%

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

R = 38.88%
G = 21.31%
B = 39.81%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A65BAA (or 0xA65BAA) is known color: Violet Blue. HEX triplet: A6, 5B and AA. RGB value is (166,91,170). Sum of RGB (Red+Green+Blue) = 166+91+170=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #A65BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65BAA is #59A455. Grayscale: #7A7A7A. Windows color (decimal): -5874774 or 11164582. OLE color: 11164582.

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

Color convert

RGB 166 91 170 -
CMYK 0.02 0.46 0 0.33
HSL 296.96º 0.32% 0.51% -
HSV(B) 296.96º 0.46% 0.67% -
XYZ 26.72 18.49 40.19 -
YUV 122.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 166 91 170 0.02 0.46 0 0.33 296.96 0.32 0.51
Hex A6 5B AA 2 2E 0 21 129 20 33
Octal 246 133 252 2 56 0 41 451 40 63
Binary 10100110 1011011 10101010 10 101110 0 100001 100101001 100000 110011

Color Harmonies of #A65BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65BAA

Black with #A65BAA

Text Example


Text Example

White with #A65BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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