Html Css Color HEX #A84CAD Violet Blue

📋 copy color: '#A84CAD'

red 168 ◦ green 76 ◦ blue 173

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

Shades of Violet Blue #A84CAD

Tints of Violet Blue #A84CAD

RGB

 RED value IS 168 (66.02% from 255) = 40.29%

 GREEN value IS 76 (30.08% from 255) = 18.23%

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

R = 40.29%
G = 18.23%
B = 41.49%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A84CAD (or 0xA84CAD) is known color: Violet Blue. HEX triplet: A8, 4C and AD. RGB value is (168,76,173). Sum of RGB (Red+Green+Blue) = 168+76+173=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #A84CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84CAD is #57B352. Grayscale: #727272. Windows color (decimal): -5747539 or 11357352. OLE color: 11357352.

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

Color convert

RGB 168 76 173 -
CMYK 0.03 0.56 0 0.32
HSL 296.91º 0.39% 0.49% -
HSV(B) 296.91º 0.56% 0.68% -
XYZ 26.28 16.51 41.34 -
YUV 114.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 168 76 173 0.03 0.56 0 0.32 296.91 0.39 0.49
Hex A8 4C AD 3 38 0 20 129 27 31
Octal 250 114 255 3 70 0 40 451 47 61
Binary 10101000 1001100 10101101 11 111000 0 100000 100101001 100111 110001

Color Harmonies of #A84CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84CAD

Black with #A84CAD

Text Example


Text Example

White with #A84CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84CAD; }

 p { color: rgb(168,76,173); }

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

background-color css

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

 a { background-color: rgb(168,76,173); }

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

border-color css

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

 span { border-color: rgb(168,76,173); }

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