Html Css Color HEX #A85DAD Violet Blue

📋 copy color: '#A85DAD'

red 168 ◦ green 93 ◦ blue 173

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

Shades of Violet Blue #A85DAD

Tints of Violet Blue #A85DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.43%

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

R = 38.71%
G = 21.43%
B = 39.86%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A85DAD (or 0xA85DAD) is known color: Violet Blue. HEX triplet: A8, 5D and AD. RGB value is (168,93,173). Sum of RGB (Red+Green+Blue) = 168+93+173=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #A85DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85DAD is #57A252. Grayscale: #7C7C7C. Windows color (decimal): -5743187 or 11361704. OLE color: 11361704.

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

Color convert

RGB 168 93 173 -
CMYK 0.03 0.46 0 0.32
HSL 296.25º 0.33% 0.52% -
HSV(B) 296.25º 0.46% 0.68% -
XYZ 27.61 19.17 41.78 -
YUV 124.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 168 93 173 0.03 0.46 0 0.32 296.25 0.33 0.52
Hex A8 5D AD 3 2E 0 20 128 21 34
Octal 250 135 255 3 56 0 40 450 41 64
Binary 10101000 1011101 10101101 11 101110 0 100000 100101000 100001 110100

Color Harmonies of #A85DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DAD

Black with #A85DAD

Text Example


Text Example

White with #A85DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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