Html Css Color HEX #A664A0 Violet Blue

📋 copy color: '#A664A0'

red 166 ◦ green 100 ◦ blue 160

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

Shades of Violet Blue #A664A0

Tints of Violet Blue #A664A0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

 BLUE value IS 160 (62.89% from 255) = 37.56%

R = 38.97%
G = 23.47%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A664A0 (or 0xA664A0) is known color: Violet Blue. HEX triplet: A6, 64 and A0. RGB value is (166,100,160). Sum of RGB (Red+Green+Blue) = 166+100+160=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A664A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A664A0 is #599B5F. Grayscale: #7E7E7E. Windows color (decimal): -5872480 or 10511526. OLE color: 10511526.

HSL color Cylindrical-coordinate representation of color #A664A0: hue angle of 305.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A664A0 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 160 -
CMYK 0 0.40 0.04 0.35
HSL 305.45º 0.27% 0.52% -
HSV(B) 305.45º 0.4% 0.65% -
XYZ 26.63 19.76 35.67 -
YUV 126.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 166 100 160 0 0.40 0.04 0.35 305.45 0.27 0.52
Hex A6 64 A0 0 28 4 23 131 1B 34
Octal 246 144 240 0 50 4 43 461 33 64
Binary 10100110 1100100 10100000 0 101000 100 100011 100110001 11011 110100

Color Harmonies of #A664A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664A0

Black with #A664A0

Text Example


Text Example

White with #A664A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664A0; }

 p { color: rgb(166,100,160); }

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

background-color css

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

 a { background-color: rgb(166,100,160); }

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

border-color css

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

 span { border-color: rgb(166,100,160); }

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