Html Css Color HEX #A867AD Violet Blue

📋 copy color: '#A867AD'

red 168 ◦ green 103 ◦ blue 173

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

Shades of Violet Blue #A867AD

Tints of Violet Blue #A867AD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.2%

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

R = 37.84%
G = 23.2%
B = 38.96%

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

#A867AD (or 0xA867AD) is known color: Violet Blue. HEX triplet: A8, 67 and AD. RGB value is (168,103,173). Sum of RGB (Red+Green+Blue) = 168+103+173=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #A867AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A867AD is #579852. Grayscale: #828282. Windows color (decimal): -5740627 or 11364264. OLE color: 11364264.

HSL color Cylindrical-coordinate representation of color #A867AD: hue angle of 295.71º 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 #A867AD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 103 173 -
CMYK 0.03 0.40 0 0.32
HSL 295.71º 0.3% 0.54% -
HSV(B) 295.71º 0.4% 0.68% -
XYZ 28.54 21.04 42.09 -
YUV 130.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 168 103 173 0.03 0.40 0 0.32 295.71 0.3 0.54
Hex A8 67 AD 3 28 0 20 128 1E 36
Octal 250 147 255 3 50 0 40 450 36 66
Binary 10101000 1100111 10101101 11 101000 0 100000 100101000 11110 110110

Color Harmonies of #A867AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A867AD

Black with #A867AD

Text Example


Text Example

White with #A867AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A867AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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