Html Css Color HEX #A648AD Violet Blue

📋 copy color: '#A648AD'

red 166 ◦ green 72 ◦ blue 173

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

Shades of Violet Blue #A648AD

Tints of Violet Blue #A648AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.52%

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 40.39%
G = 17.52%
B = 42.09%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A648AD (or 0xA648AD) is known color: Violet Blue. HEX triplet: A6, 48 and AD. RGB value is (166,72,173). Sum of RGB (Red+Green+Blue) = 166+72+173=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #A648AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A648AD is #59B752. Grayscale: #6F6F6F. Windows color (decimal): -5879635 or 11356326. OLE color: 11356326.

HSL color Cylindrical-coordinate representation of color #A648AD: hue angle of 295.84º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A648AD is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 72 173 -
CMYK 0.04 0.58 0 0.32
HSL 295.84º 0.41% 0.48% -
HSV(B) 295.84º 0.58% 0.68% -
XYZ 25.59 15.76 41.23 -
YUV 111.62 162.64 166.79 -
System Red Green Blue C M Y K H S L
Decimal 166 72 173 0.04 0.58 0 0.32 295.84 0.41 0.48
Hex A6 48 AD 4 3A 0 20 128 29 30
Octal 246 110 255 4 72 0 40 450 51 60
Binary 10100110 1001000 10101101 100 111010 0 100000 100101000 101001 110000

Color Harmonies of #A648AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A648AD

Black with #A648AD

Text Example


Text Example

White with #A648AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A648AD; }

 p { color: rgb(166,72,173); }

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

background-color css

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

 a { background-color: rgb(166,72,173); }

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

border-color css

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

 span { border-color: rgb(166,72,173); }

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