Html Css Color HEX #A64694 Violet Blue

📋 copy color: '#A64694'

red 166 ◦ green 70 ◦ blue 148

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

Shades of Violet Blue #A64694

Tints of Violet Blue #A64694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.23%

 BLUE value IS 148 (58.2% from 255) = 38.54%

R = 43.23%
G = 18.23%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A64694 (or 0xA64694) is known color: Violet Blue. HEX triplet: A6, 46 and 94. RGB value is (166,70,148). Sum of RGB (Red+Green+Blue) = 166+70+148=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A64694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64694 is #59B96B. Grayscale: #6B6B6B. Windows color (decimal): -5880172 or 9717414. OLE color: 9717414.

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

Color convert

RGB 166 70 148 -
CMYK 0 0.58 0.11 0.35
HSL 311.25º 0.41% 0.46% -
HSV(B) 311.25º 0.58% 0.65% -
XYZ 23.26 14.63 29.61 -
YUV 107.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 166 70 148 0 0.58 0.11 0.35 311.25 0.41 0.46
Hex A6 46 94 0 3A B 23 137 29 2E
Octal 246 106 224 0 72 13 43 467 51 56
Binary 10100110 1000110 10010100 0 111010 1011 100011 100110111 101001 101110

Color Harmonies of #A64694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64694

Black with #A64694

Text Example


Text Example

White with #A64694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64694; }

 p { color: rgb(166,70,148); }

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

background-color css

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

 a { background-color: rgb(166,70,148); }

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

border-color css

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

 span { border-color: rgb(166,70,148); }

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