Html Css Color HEX #A65EAB Violet Blue

📋 copy color: '#A65EAB'

red 166 ◦ green 94 ◦ blue 171

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

Shades of Violet Blue #A65EAB

Tints of Violet Blue #A65EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.81%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 38.52%
G = 21.81%
B = 39.68%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A65EAB (or 0xA65EAB) is known color: Violet Blue. HEX triplet: A6, 5E and AB. RGB value is (166,94,171). Sum of RGB (Red+Green+Blue) = 166+94+171=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #A65EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65EAB is #59A154. Grayscale: #7C7C7C. Windows color (decimal): -5874005 or 11230886. OLE color: 11230886.

HSL color Cylindrical-coordinate representation of color #A65EAB: hue angle of 296.1º 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 #A65EAB is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 94 171 -
CMYK 0.03 0.45 0 0.33
HSL 296.1º 0.31% 0.52% -
HSV(B) 296.1º 0.45% 0.67% -
XYZ 27.08 19.05 40.78 -
YUV 124.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 166 94 171 0.03 0.45 0 0.33 296.1 0.31 0.52
Hex A6 5E AB 3 2D 0 21 128 1F 34
Octal 246 136 253 3 55 0 41 450 37 64
Binary 10100110 1011110 10101011 11 101101 0 100001 100101000 11111 110100

Color Harmonies of #A65EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65EAB

Black with #A65EAB

Text Example


Text Example

White with #A65EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65EAB; }

 p { color: rgb(166,94,171); }

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

background-color css

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

 a { background-color: rgb(166,94,171); }

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

border-color css

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

 span { border-color: rgb(166,94,171); }

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