Html Css Color HEX #A65890 Violet Blue

📋 copy color: '#A65890'

red 166 ◦ green 88 ◦ blue 144

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

Shades of Violet Blue #A65890

Tints of Violet Blue #A65890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.11%

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 41.71%
G = 22.11%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A65890 (or 0xA65890) is known color: Violet Blue. HEX triplet: A6, 58 and 90. RGB value is (166,88,144). Sum of RGB (Red+Green+Blue) = 166+88+144=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A65890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65890 is #59A76F. Grayscale: #757575. Windows color (decimal): -5875568 or 9459878. OLE color: 9459878.

HSL color Cylindrical-coordinate representation of color #A65890: hue angle of 316.92º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A65890 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 88 144 -
CMYK 0 0.47 0.13 0.35
HSL 316.92º 0.31% 0.5% -
HSV(B) 316.92º 0.47% 0.65% -
XYZ 24.25 17.1 28.41 -
YUV 117.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 166 88 144 0 0.47 0.13 0.35 316.92 0.31 0.5
Hex A6 58 90 0 2F D 23 13D 1F 32
Octal 246 130 220 0 57 15 43 475 37 62
Binary 10100110 1011000 10010000 0 101111 1101 100011 100111101 11111 110010

Color Harmonies of #A65890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65890

Black with #A65890

Text Example


Text Example

White with #A65890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65890; }

 p { color: rgb(166,88,144); }

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

background-color css

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

 a { background-color: rgb(166,88,144); }

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

border-color css

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

 span { border-color: rgb(166,88,144); }

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