Html Css Color HEX #A641AA Violet Blue

📋 copy color: '#A641AA'

red 166 ◦ green 65 ◦ blue 170

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

Shades of Violet Blue #A641AA

Tints of Violet Blue #A641AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.21%

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 41.4%
G = 16.21%
B = 42.39%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A641AA (or 0xA641AA) is known color: Violet Blue. HEX triplet: A6, 41 and AA. RGB value is (166,65,170). Sum of RGB (Red+Green+Blue) = 166+65+170=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #A641AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A641AA is #59BE55. Grayscale: #6A6A6A. Windows color (decimal): -5881430 or 11157926. OLE color: 11157926.

HSL color Cylindrical-coordinate representation of color #A641AA: hue angle of 297.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A641AA is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 65 170 -
CMYK 0.02 0.62 0 0.33
HSL 297.71º 0.45% 0.46% -
HSV(B) 297.71º 0.62% 0.67% -
XYZ 24.87 14.79 39.57 -
YUV 107.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 166 65 170 0.02 0.62 0 0.33 297.71 0.45 0.46
Hex A6 41 AA 2 3E 0 21 12A 2D 2E
Octal 246 101 252 2 76 0 41 452 55 56
Binary 10100110 1000001 10101010 10 111110 0 100001 100101010 101101 101110

Color Harmonies of #A641AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641AA

Black with #A641AA

Text Example


Text Example

White with #A641AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641AA; }

 p { color: rgb(166,65,170); }

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

background-color css

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

 a { background-color: rgb(166,65,170); }

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

border-color css

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

 span { border-color: rgb(166,65,170); }

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