Html Css Color HEX #A65293 Violet Blue

📋 copy color: '#A65293'

red 166 ◦ green 82 ◦ blue 147

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

Shades of Violet Blue #A65293

Tints of Violet Blue #A65293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.76%

 BLUE value IS 147 (57.81% from 255) = 37.22%

R = 42.03%
G = 20.76%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A65293 (or 0xA65293) is known color: Violet Blue. HEX triplet: A6, 52 and 93. RGB value is (166,82,147). Sum of RGB (Red+Green+Blue) = 166+82+147=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A65293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65293 is #59AD6C. Grayscale: #727272. Windows color (decimal): -5877101 or 9654950. OLE color: 9654950.

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

Color convert

RGB 166 82 147 -
CMYK 0 0.51 0.11 0.35
HSL 313.57º 0.34% 0.49% -
HSV(B) 313.57º 0.51% 0.65% -
XYZ 24.01 16.25 29.47 -
YUV 114.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 166 82 147 0 0.51 0.11 0.35 313.57 0.34 0.49
Hex A6 52 93 0 33 B 23 13A 22 31
Octal 246 122 223 0 63 13 43 472 42 61
Binary 10100110 1010010 10010011 0 110011 1011 100011 100111010 100010 110001

Color Harmonies of #A65293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65293

Black with #A65293

Text Example


Text Example

White with #A65293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65293; }

 p { color: rgb(166,82,147); }

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

background-color css

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

 a { background-color: rgb(166,82,147); }

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

border-color css

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

 span { border-color: rgb(166,82,147); }

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