Html Css Color HEX #A641A9 Violet Blue

📋 copy color: '#A641A9'

red 166 ◦ green 65 ◦ blue 169

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

Shades of Violet Blue #A641A9

Tints of Violet Blue #A641A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.25%

R = 41.5%
G = 16.25%
B = 42.25%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A641A9 (or 0xA641A9) is known color: Violet Blue. HEX triplet: A6, 41 and A9. RGB value is (166,65,169). Sum of RGB (Red+Green+Blue) = 166+65+169=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 169 (66.41% from 255 or 42.25% from 400); Max value from RGB is 169 - color contains mainly: blue. Hex color #A641A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A641A9 is #59BE56. Grayscale: #6A6A6A. Windows color (decimal): -5881431 or 11092390. OLE color: 11092390.

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

Color convert

RGB 166 65 169 -
CMYK 0.02 0.62 0 0.34
HSL 298.27º 0.44% 0.46% -
HSV(B) 298.27º 0.62% 0.66% -
XYZ 24.78 14.75 39.08 -
YUV 107.06 162.96 170.04 -
System Red Green Blue C M Y K H S L
Decimal 166 65 169 0.02 0.62 0 0.34 298.27 0.44 0.46
Hex A6 41 A9 2 3E 0 22 12A 2C 2E
Octal 246 101 251 2 76 0 42 452 54 56
Binary 10100110 1000001 10101001 10 111110 0 100010 100101010 101100 101110

Color Harmonies of #A641A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641A9

Black with #A641A9

Text Example


Text Example

White with #A641A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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