Html Css Color HEX #A65BAF Violet Blue

📋 copy color: '#A65BAF'

red 166 ◦ green 91 ◦ blue 175

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

Shades of Violet Blue #A65BAF

Tints of Violet Blue #A65BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.51%

R = 38.43%
G = 21.06%
B = 40.51%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A65BAF (or 0xA65BAF) is known color: Violet Blue. HEX triplet: A6, 5B and AF. RGB value is (166,91,175). Sum of RGB (Red+Green+Blue) = 166+91+175=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #A65BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65BAF is #59A450. Grayscale: #7A7A7A. Windows color (decimal): -5874769 or 11492262. OLE color: 11492262.

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

Color convert

RGB 166 91 175 -
CMYK 0.05 0.48 0 0.31
HSL 293.57º 0.34% 0.52% -
HSV(B) 293.57º 0.48% 0.69% -
XYZ 27.2 18.68 42.73 -
YUV 123 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 166 91 175 0.05 0.48 0 0.31 293.57 0.34 0.52
Hex A6 5B AF 5 30 0 1F 126 22 34
Octal 246 133 257 5 60 0 37 446 42 64
Binary 10100110 1011011 10101111 101 110000 0 11111 100100110 100010 110100

Color Harmonies of #A65BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65BAF

Black with #A65BAF

Text Example


Text Example

White with #A65BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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