Html Css Color HEX #A85DAB Violet Blue

📋 copy color: '#A85DAB'

red 168 ◦ green 93 ◦ blue 171

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

Shades of Violet Blue #A85DAB

Tints of Violet Blue #A85DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.58%

R = 38.89%
G = 21.53%
B = 39.58%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A85DAB (or 0xA85DAB) is known color: Violet Blue. HEX triplet: A8, 5D and AB. RGB value is (168,93,171). Sum of RGB (Red+Green+Blue) = 168+93+171=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #A85DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85DAB is #57A254. Grayscale: #7C7C7C. Windows color (decimal): -5743189 or 11230632. OLE color: 11230632.

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

Color convert

RGB 168 93 171 -
CMYK 0.02 0.46 0 0.33
HSL 297.69º 0.32% 0.52% -
HSV(B) 297.69º 0.46% 0.67% -
XYZ 27.41 19.09 40.77 -
YUV 124.32 154.35 159.16 -
System Red Green Blue C M Y K H S L
Decimal 168 93 171 0.02 0.46 0 0.33 297.69 0.32 0.52
Hex A8 5D AB 2 2E 0 21 12A 20 34
Octal 250 135 253 2 56 0 41 452 40 64
Binary 10101000 1011101 10101011 10 101110 0 100001 100101010 100000 110100

Color Harmonies of #A85DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DAB

Black with #A85DAB

Text Example


Text Example

White with #A85DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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