Html Css Color HEX #A655AB Violet Blue

📋 copy color: '#A655AB'

red 166 ◦ green 85 ◦ blue 171

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

Shades of Violet Blue #A655AB

Tints of Violet Blue #A655AB

RGB

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

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

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

R = 39.34%
G = 20.14%
B = 40.52%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A655AB (or 0xA655AB) is known color: Violet Blue. HEX triplet: A6, 55 and AB. RGB value is (166,85,171). Sum of RGB (Red+Green+Blue) = 166+85+171=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #A655AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A655AB is #59AA54. Grayscale: #767676. Windows color (decimal): -5876309 or 11228582. OLE color: 11228582.

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

Color convert

RGB 166 85 171 -
CMYK 0.03 0.50 0 0.33
HSL 296.51º 0.34% 0.5% -
HSV(B) 296.51º 0.5% 0.67% -
XYZ 26.33 17.54 40.53 -
YUV 119.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 166 85 171 0.03 0.50 0 0.33 296.51 0.34 0.5
Hex A6 55 AB 3 32 0 21 129 22 32
Octal 246 125 253 3 62 0 41 451 42 62
Binary 10100110 1010101 10101011 11 110010 0 100001 100101001 100010 110010

Color Harmonies of #A655AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A655AB

Black with #A655AB

Text Example


Text Example

White with #A655AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A655AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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