Html Css Color HEX #A655B1 Violet Blue

📋 copy color: '#A655B1'

red 166 ◦ green 85 ◦ blue 177

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

Shades of Violet Blue #A655B1

Tints of Violet Blue #A655B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.36%

R = 38.79%
G = 19.86%
B = 41.36%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A655B1 (or 0xA655B1) is known color: Violet Blue. HEX triplet: A6, 55 and B1. RGB value is (166,85,177). Sum of RGB (Red+Green+Blue) = 166+85+177=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 177 - color contains mainly: blue. Hex color #A655B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A655B1 is #59AA4E. Grayscale: #777777. Windows color (decimal): -5876303 or 11621798. OLE color: 11621798.

HSL color Cylindrical-coordinate representation of color #A655B1: hue angle of 292.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A655B1 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 85 177 -
CMYK 0.06 0.52 0 0.31
HSL 292.83º 0.37% 0.51% -
HSV(B) 292.83º 0.52% 0.69% -
XYZ 26.91 17.78 43.61 -
YUV 119.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 166 85 177 0.06 0.52 0 0.31 292.83 0.37 0.51
Hex A6 55 B1 6 34 0 1F 125 25 33
Octal 246 125 261 6 64 0 37 445 45 63
Binary 10100110 1010101 10110001 110 110100 0 11111 100100101 100101 110011

Color Harmonies of #A655B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A655B1

Black with #A655B1

Text Example


Text Example

White with #A655B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A655B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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