Html Css Color HEX #A85AAA Violet Blue

📋 copy color: '#A85AAA'

red 168 ◦ green 90 ◦ blue 170

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

Shades of Violet Blue #A85AAA

Tints of Violet Blue #A85AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.03%

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

R = 39.25%
G = 21.03%
B = 39.72%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A85AAA (or 0xA85AAA) is known color: Violet Blue. HEX triplet: A8, 5A and AA. RGB value is (168,90,170). Sum of RGB (Red+Green+Blue) = 168+90+170=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #A85AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85AAA is #57A555. Grayscale: #7A7A7A. Windows color (decimal): -5743958 or 11164328. OLE color: 11164328.

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

Color convert

RGB 168 90 170 -
CMYK 0.01 0.47 0 0.33
HSL 298.5º 0.32% 0.51% -
HSV(B) 298.5º 0.47% 0.67% -
XYZ 27.06 18.54 40.18 -
YUV 122.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 168 90 170 0.01 0.47 0 0.33 298.5 0.32 0.51
Hex A8 5A AA 1 2F 0 21 12A 20 33
Octal 250 132 252 1 57 0 41 452 40 63
Binary 10101000 1011010 10101010 1 101111 0 100001 100101010 100000 110011

Color Harmonies of #A85AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85AAA

Black with #A85AAA

Text Example


Text Example

White with #A85AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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