Html Css Color HEX #A664A2 Violet Blue

📋 copy color: '#A664A2'

red 166 ◦ green 100 ◦ blue 162

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

Shades of Violet Blue #A664A2

Tints of Violet Blue #A664A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.85%

R = 38.79%
G = 23.36%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A664A2 (or 0xA664A2) is known color: Violet Blue. HEX triplet: A6, 64 and A2. RGB value is (166,100,162). Sum of RGB (Red+Green+Blue) = 166+100+162=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A664A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A664A2 is #599B5D. Grayscale: #7E7E7E. Windows color (decimal): -5872478 or 10642598. OLE color: 10642598.

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

Color convert

RGB 166 100 162 -
CMYK 0 0.40 0.02 0.35
HSL 303.64º 0.27% 0.52% -
HSV(B) 303.64º 0.4% 0.65% -
XYZ 26.8 19.83 36.6 -
YUV 126.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 166 100 162 0 0.40 0.02 0.35 303.64 0.27 0.52
Hex A6 64 A2 0 28 2 23 130 1B 34
Octal 246 144 242 0 50 2 43 460 33 64
Binary 10100110 1100100 10100010 0 101000 10 100011 100110000 11011 110100

Color Harmonies of #A664A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664A2

Black with #A664A2

Text Example


Text Example

White with #A664A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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