Html Css Color HEX #A655AD Violet Blue

📋 copy color: '#A655AD'

red 166 ◦ green 85 ◦ blue 173

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

Shades of Violet Blue #A655AD

Tints of Violet Blue #A655AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.05%

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

R = 39.15%
G = 20.05%
B = 40.8%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A655AD (or 0xA655AD) is known color: Violet Blue. HEX triplet: A6, 55 and AD. RGB value is (166,85,173). Sum of RGB (Red+Green+Blue) = 166+85+173=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #A655AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A655AD is #59AA52. Grayscale: #767676. Windows color (decimal): -5876307 or 11359654. OLE color: 11359654.

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

Color convert

RGB 166 85 173 -
CMYK 0.04 0.51 0 0.32
HSL 295.23º 0.35% 0.51% -
HSV(B) 295.23º 0.51% 0.68% -
XYZ 26.52 17.62 41.54 -
YUV 119.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 166 85 173 0.04 0.51 0 0.32 295.23 0.35 0.51
Hex A6 55 AD 4 33 0 20 127 23 33
Octal 246 125 255 4 63 0 40 447 43 63
Binary 10100110 1010101 10101101 100 110011 0 100000 100100111 100011 110011

Color Harmonies of #A655AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A655AD

Black with #A655AD

Text Example


Text Example

White with #A655AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A655AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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