Html Css Color HEX #A36AAD Violet Blue

📋 copy color: '#A36AAD'

red 163 ◦ green 106 ◦ blue 173

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

Shades of Violet Blue #A36AAD

Tints of Violet Blue #A36AAD

RGB

 RED value IS 163 (64.06% from 255) = 36.88%

 GREEN value IS 106 (41.8% from 255) = 23.98%

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

R = 36.88%
G = 23.98%
B = 39.14%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A36AAD (or 0xA36AAD) is known color: Violet Blue. HEX triplet: A3, 6A and AD. RGB value is (163,106,173). Sum of RGB (Red+Green+Blue) = 163+106+173=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #A36AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36AAD is #5C9552. Grayscale: #828282. Windows color (decimal): -6067539 or 11365027. OLE color: 11365027.

HSL color Cylindrical-coordinate representation of color #A36AAD: hue angle of 291.04º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A36AAD is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 106 173 -
CMYK 0.06 0.39 0 0.32
HSL 291.04º 0.29% 0.55% -
HSV(B) 291.04º 0.39% 0.68% -
XYZ 27.8 21.11 42.14 -
YUV 130.68 151.88 151.05 -
System Red Green Blue C M Y K H S L
Decimal 163 106 173 0.06 0.39 0 0.32 291.04 0.29 0.55
Hex A3 6A AD 6 27 0 20 123 1D 37
Octal 243 152 255 6 47 0 40 443 35 67
Binary 10100011 1101010 10101101 110 100111 0 100000 100100011 11101 110111

Color Harmonies of #A36AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36AAD

Black with #A36AAD

Text Example


Text Example

White with #A36AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36AAD; }

 p { color: rgb(163,106,173); }

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

background-color css

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

 a { background-color: rgb(163,106,173); }

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

border-color css

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

 span { border-color: rgb(163,106,173); }

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