Html Css Color HEX #A665AB Violet Blue

📋 copy color: '#A665AB'

red 166 ◦ green 101 ◦ blue 171

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

Shades of Violet Blue #A665AB

Tints of Violet Blue #A665AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.06%

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

R = 37.9%
G = 23.06%
B = 39.04%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A665AB (or 0xA665AB) is known color: Violet Blue. HEX triplet: A6, 65 and AB. RGB value is (166,101,171). Sum of RGB (Red+Green+Blue) = 166+101+171=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #A665AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A665AB is #599A54. Grayscale: #808080. Windows color (decimal): -5872213 or 11232678. OLE color: 11232678.

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

Color convert

RGB 166 101 171 -
CMYK 0.03 0.41 0 0.33
HSL 295.71º 0.29% 0.53% -
HSV(B) 295.71º 0.41% 0.67% -
XYZ 27.73 20.35 41 -
YUV 128.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 166 101 171 0.03 0.41 0 0.33 295.71 0.29 0.53
Hex A6 65 AB 3 29 0 21 128 1D 35
Octal 246 145 253 3 51 0 41 450 35 65
Binary 10100110 1100101 10101011 11 101001 0 100001 100101000 11101 110101

Color Harmonies of #A665AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665AB

Black with #A665AB

Text Example


Text Example

White with #A665AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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