Html Css Color HEX #A65C97 Violet Blue

📋 copy color: '#A65C97'

red 166 ◦ green 92 ◦ blue 151

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

Shades of Violet Blue #A65C97

Tints of Violet Blue #A65C97

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.49%

 BLUE value IS 151 (59.38% from 255) = 36.92%

R = 40.59%
G = 22.49%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A65C97 (or 0xA65C97) is known color: Violet Blue. HEX triplet: A6, 5C and 97. RGB value is (166,92,151). Sum of RGB (Red+Green+Blue) = 166+92+151=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65C97 is #59A368. Grayscale: #787878. Windows color (decimal): -5874537 or 9919654. OLE color: 9919654.

HSL color Cylindrical-coordinate representation of color #A65C97: hue angle of 312.16º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65C97 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 92 151 -
CMYK 0 0.45 0.09 0.35
HSL 312.16º 0.29% 0.51% -
HSV(B) 312.16º 0.45% 0.65% -
XYZ 25.14 18 31.43 -
YUV 120.85 145.02 160.2 -
System Red Green Blue C M Y K H S L
Decimal 166 92 151 0 0.45 0.09 0.35 312.16 0.29 0.51
Hex A6 5C 97 0 2D 9 23 138 1D 33
Octal 246 134 227 0 55 11 43 470 35 63
Binary 10100110 1011100 10010111 0 101101 1001 100011 100111000 11101 110011

Color Harmonies of #A65C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C97

Black with #A65C97

Text Example


Text Example

White with #A65C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C97; }

 p { color: rgb(166,92,151); }

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

background-color css

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

 a { background-color: rgb(166,92,151); }

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

border-color css

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

 span { border-color: rgb(166,92,151); }

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