Html Css Color HEX #A64BA5 Violet Blue

📋 copy color: '#A64BA5'

red 166 ◦ green 75 ◦ blue 165

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

Shades of Violet Blue #A64BA5

Tints of Violet Blue #A64BA5

RGB

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

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

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

R = 40.89%
G = 18.47%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A64BA5 (or 0xA64BA5) is known color: Violet Blue. HEX triplet: A6, 4B and A5. RGB value is (166,75,165). Sum of RGB (Red+Green+Blue) = 166+75+165=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A64BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64BA5 is #59B45A. Grayscale: #707070. Windows color (decimal): -5878875 or 10832806. OLE color: 10832806.

HSL color Cylindrical-coordinate representation of color #A64BA5: hue angle of 300.66º 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 #A64BA5 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 75 165 -
CMYK 0 0.55 0.01 0.35
HSL 300.66º 0.38% 0.47% -
HSV(B) 300.66º 0.55% 0.65% -
XYZ 25.03 15.86 37.34 -
YUV 112.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 166 75 165 0 0.55 0.01 0.35 300.66 0.38 0.47
Hex A6 4B A5 0 37 1 23 12D 26 2F
Octal 246 113 245 0 67 1 43 455 46 57
Binary 10100110 1001011 10100101 0 110111 1 100011 100101101 100110 101111

Color Harmonies of #A64BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64BA5

Black with #A64BA5

Text Example


Text Example

White with #A64BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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