Html Css Color HEX #A85DAA Violet Blue

📋 copy color: '#A85DAA'

red 168 ◦ green 93 ◦ blue 170

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

Shades of Violet Blue #A85DAA

Tints of Violet Blue #A85DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 38.98%
G = 21.58%
B = 39.44%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A85DAA (or 0xA85DAA) is known color: Violet Blue. HEX triplet: A8, 5D and AA. RGB value is (168,93,170). Sum of RGB (Red+Green+Blue) = 168+93+170=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #A85DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85DAA is #57A255. Grayscale: #7B7B7B. Windows color (decimal): -5743190 or 11165096. OLE color: 11165096.

HSL color Cylindrical-coordinate representation of color #A85DAA: hue angle of 298.44º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A85DAA is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 93 170 -
CMYK 0.01 0.45 0 0.33
HSL 298.44º 0.31% 0.52% -
HSV(B) 298.44º 0.45% 0.67% -
XYZ 27.32 19.06 40.27 -
YUV 124.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 168 93 170 0.01 0.45 0 0.33 298.44 0.31 0.52
Hex A8 5D AA 1 2D 0 21 12A 1F 34
Octal 250 135 252 1 55 0 41 452 37 64
Binary 10101000 1011101 10101010 1 101101 0 100001 100101010 11111 110100

Color Harmonies of #A85DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DAA

Black with #A85DAA

Text Example


Text Example

White with #A85DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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