Html Css Color HEX #A648AC Violet Blue

📋 copy color: '#A648AC'

red 166 ◦ green 72 ◦ blue 172

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

Shades of Violet Blue #A648AC

Tints of Violet Blue #A648AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 40.49%
G = 17.56%
B = 41.95%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A648AC (or 0xA648AC) is known color: Violet Blue. HEX triplet: A6, 48 and AC. RGB value is (166,72,172). Sum of RGB (Red+Green+Blue) = 166+72+172=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #A648AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A648AC is #59B753. Grayscale: #6F6F6F. Windows color (decimal): -5879636 or 11290790. OLE color: 11290790.

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

Color convert

RGB 166 72 172 -
CMYK 0.03 0.58 0 0.33
HSL 296.4º 0.41% 0.48% -
HSV(B) 296.4º 0.58% 0.67% -
XYZ 25.49 15.72 40.72 -
YUV 111.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 166 72 172 0.03 0.58 0 0.33 296.4 0.41 0.48
Hex A6 48 AC 3 3A 0 21 128 29 30
Octal 246 110 254 3 72 0 41 450 51 60
Binary 10100110 1001000 10101100 11 111010 0 100001 100101000 101001 110000

Color Harmonies of #A648AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A648AC

Black with #A648AC

Text Example


Text Example

White with #A648AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A648AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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