Html Css Color HEX #A665AD Violet Blue

📋 copy color: '#A665AD'

red 166 ◦ green 101 ◦ blue 173

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

Shades of Violet Blue #A665AD

Tints of Violet Blue #A665AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 37.73%
G = 22.95%
B = 39.32%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A665AD (or 0xA665AD) is known color: Violet Blue. HEX triplet: A6, 65 and AD. RGB value is (166,101,173). Sum of RGB (Red+Green+Blue) = 166+101+173=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #A665AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A665AD is #599A52. Grayscale: #808080. Windows color (decimal): -5872211 or 11363750. OLE color: 11363750.

HSL color Cylindrical-coordinate representation of color #A665AD: hue angle of 294.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A665AD is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 101 173 -
CMYK 0.04 0.42 0 0.32
HSL 294.17º 0.31% 0.54% -
HSV(B) 294.17º 0.42% 0.68% -
XYZ 27.92 20.43 42.01 -
YUV 128.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 166 101 173 0.04 0.42 0 0.32 294.17 0.31 0.54
Hex A6 65 AD 4 2A 0 20 126 1F 36
Octal 246 145 255 4 52 0 40 446 37 66
Binary 10100110 1100101 10101101 100 101010 0 100000 100100110 11111 110110

Color Harmonies of #A665AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665AD

Black with #A665AD

Text Example


Text Example

White with #A665AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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