Html Css Color HEX #A664A4 Violet Blue

📋 copy color: '#A664A4'

red 166 ◦ green 100 ◦ blue 164

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

Shades of Violet Blue #A664A4

Tints of Violet Blue #A664A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.14%

R = 38.6%
G = 23.26%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A664A4 (or 0xA664A4) is known color: Violet Blue. HEX triplet: A6, 64 and A4. RGB value is (166,100,164). Sum of RGB (Red+Green+Blue) = 166+100+164=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A664A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A664A4 is #599B5B. Grayscale: #7E7E7E. Windows color (decimal): -5872476 or 10773670. OLE color: 10773670.

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

Color convert

RGB 166 100 164 -
CMYK 0 0.40 0.01 0.35
HSL 301.82º 0.27% 0.52% -
HSV(B) 301.82º 0.4% 0.65% -
XYZ 26.98 19.9 37.54 -
YUV 127.03 148.87 155.8 -
System Red Green Blue C M Y K H S L
Decimal 166 100 164 0 0.40 0.01 0.35 301.82 0.27 0.52
Hex A6 64 A4 0 28 1 23 12E 1B 34
Octal 246 144 244 0 50 1 43 456 33 64
Binary 10100110 1100100 10100100 0 101000 1 100011 100101110 11011 110100

Color Harmonies of #A664A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664A4

Black with #A664A4

Text Example


Text Example

White with #A664A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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