Html Css Color HEX #A65BA5 Violet Blue

📋 copy color: '#A65BA5'

red 166 ◦ green 91 ◦ blue 165

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

Shades of Violet Blue #A65BA5

Tints of Violet Blue #A65BA5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.56%

 BLUE value IS 165 (64.84% from 255) = 39.1%

R = 39.34%
G = 21.56%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A65BA5 (or 0xA65BA5) is known color: Violet Blue. HEX triplet: A6, 5B and A5. RGB value is (166,91,165). Sum of RGB (Red+Green+Blue) = 166+91+165=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A65BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65BA5 is #59A45A. Grayscale: #797979. Windows color (decimal): -5874779 or 10836902. OLE color: 10836902.

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

Color convert

RGB 166 91 165 -
CMYK 0 0.45 0.01 0.35
HSL 300.8º 0.3% 0.5% -
HSV(B) 300.8º 0.45% 0.65% -
XYZ 26.26 18.31 37.75 -
YUV 121.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 166 91 165 0 0.45 0.01 0.35 300.8 0.3 0.5
Hex A6 5B A5 0 2D 1 23 12D 1E 32
Octal 246 133 245 0 55 1 43 455 36 62
Binary 10100110 1011011 10100101 0 101101 1 100011 100101101 11110 110010

Color Harmonies of #A65BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65BA5

Black with #A65BA5

Text Example


Text Example

White with #A65BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65BA5; }

 p { color: rgb(166,91,165); }

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

background-color css

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

 a { background-color: rgb(166,91,165); }

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

border-color css

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

 span { border-color: rgb(166,91,165); }

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