Html Css Color HEX #A65AAB Violet Blue

📋 copy color: '#A65AAB'

red 166 ◦ green 90 ◦ blue 171

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

Shades of Violet Blue #A65AAB

Tints of Violet Blue #A65AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.08%

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

R = 38.88%
G = 21.08%
B = 40.05%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A65AAB (or 0xA65AAB) is known color: Violet Blue. HEX triplet: A6, 5A and AB. RGB value is (166,90,171). Sum of RGB (Red+Green+Blue) = 166+90+171=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #A65AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65AAB is #59A554. Grayscale: #797979. Windows color (decimal): -5875029 or 11229862. OLE color: 11229862.

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

Color convert

RGB 166 90 171 -
CMYK 0.03 0.47 0 0.33
HSL 296.3º 0.33% 0.51% -
HSV(B) 296.3º 0.47% 0.67% -
XYZ 26.73 18.36 40.66 -
YUV 121.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 166 90 171 0.03 0.47 0 0.33 296.3 0.33 0.51
Hex A6 5A AB 3 2F 0 21 128 21 33
Octal 246 132 253 3 57 0 41 450 41 63
Binary 10100110 1011010 10101011 11 101111 0 100001 100101000 100001 110011

Color Harmonies of #A65AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65AAB

Black with #A65AAB

Text Example


Text Example

White with #A65AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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