Html Css Color HEX #A868AD Violet Blue

📋 copy color: '#A868AD'

red 168 ◦ green 104 ◦ blue 173

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

Shades of Violet Blue #A868AD

Tints of Violet Blue #A868AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.37%

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

R = 37.75%
G = 23.37%
B = 38.88%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A868AD (or 0xA868AD) is known color: Violet Blue. HEX triplet: A8, 68 and AD. RGB value is (168,104,173). Sum of RGB (Red+Green+Blue) = 168+104+173=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #A868AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A868AD is #579752. Grayscale: #828282. Windows color (decimal): -5740371 or 11364520. OLE color: 11364520.

HSL color Cylindrical-coordinate representation of color #A868AD: hue angle of 295.65º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A868AD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 104 173 -
CMYK 0.03 0.40 0 0.32
HSL 295.65º 0.3% 0.54% -
HSV(B) 295.65º 0.4% 0.68% -
XYZ 28.64 21.24 42.13 -
YUV 131 151.7 154.39 -
System Red Green Blue C M Y K H S L
Decimal 168 104 173 0.03 0.40 0 0.32 295.65 0.3 0.54
Hex A8 68 AD 3 28 0 20 128 1E 36
Octal 250 150 255 3 50 0 40 450 36 66
Binary 10101000 1101000 10101101 11 101000 0 100000 100101000 11110 110110

Color Harmonies of #A868AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868AD

Black with #A868AD

Text Example


Text Example

White with #A868AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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