Html Css Color HEX #A64B95 Violet Blue

📋 copy color: '#A64B95'

red 166 ◦ green 75 ◦ blue 149

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

Shades of Violet Blue #A64B95

Tints of Violet Blue #A64B95

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.23%

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 42.56%
G = 19.23%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A64B95 (or 0xA64B95) is known color: Violet Blue. HEX triplet: A6, 4B and 95. RGB value is (166,75,149). Sum of RGB (Red+Green+Blue) = 166+75+149=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64B95 is #59B46A. Grayscale: #6E6E6E. Windows color (decimal): -5878891 or 9784230. OLE color: 9784230.

HSL color Cylindrical-coordinate representation of color #A64B95: hue angle of 311.21º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64B95 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 75 149 -
CMYK 0 0.55 0.10 0.35
HSL 311.21º 0.38% 0.47% -
HSV(B) 311.21º 0.55% 0.65% -
XYZ 23.67 15.31 30.14 -
YUV 110.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 166 75 149 0 0.55 0.10 0.35 311.21 0.38 0.47
Hex A6 4B 95 0 37 A 23 137 26 2F
Octal 246 113 225 0 67 12 43 467 46 57
Binary 10100110 1001011 10010101 0 110111 1010 100011 100110111 100110 101111

Color Harmonies of #A64B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64B95

Black with #A64B95

Text Example


Text Example

White with #A64B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64B95; }

 p { color: rgb(166,75,149); }

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

background-color css

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

 a { background-color: rgb(166,75,149); }

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

border-color css

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

 span { border-color: rgb(166,75,149); }

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