Html Css Color HEX #A65BAE Violet Blue

📋 copy color: '#A65BAE'

red 166 ◦ green 91 ◦ blue 174

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

Shades of Violet Blue #A65BAE

Tints of Violet Blue #A65BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 38.52%
G = 21.11%
B = 40.37%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A65BAE (or 0xA65BAE) is known color: Violet Blue. HEX triplet: A6, 5B and AE. RGB value is (166,91,174). Sum of RGB (Red+Green+Blue) = 166+91+174=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #A65BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65BAE is #59A451. Grayscale: #7A7A7A. Windows color (decimal): -5874770 or 11426726. OLE color: 11426726.

HSL color Cylindrical-coordinate representation of color #A65BAE: hue angle of 294.22º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65BAE is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 91 174 -
CMYK 0.05 0.48 0 0.32
HSL 294.22º 0.34% 0.52% -
HSV(B) 294.22º 0.48% 0.68% -
XYZ 27.11 18.65 42.21 -
YUV 122.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 166 91 174 0.05 0.48 0 0.32 294.22 0.34 0.52
Hex A6 5B AE 5 30 0 20 126 22 34
Octal 246 133 256 5 60 0 40 446 42 64
Binary 10100110 1011011 10101110 101 110000 0 100000 100100110 100010 110100

Color Harmonies of #A65BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65BAE

Black with #A65BAE

Text Example


Text Example

White with #A65BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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