Html Css Color HEX #A85198 Violet Blue

📋 copy color: '#A85198'

red 168 ◦ green 81 ◦ blue 152

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

Shades of Violet Blue #A85198

Tints of Violet Blue #A85198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.2%

 BLUE value IS 152 (59.77% from 255) = 37.91%

R = 41.9%
G = 20.2%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A85198 (or 0xA85198) is known color: Violet Blue. HEX triplet: A8, 51 and 98. RGB value is (168,81,152). Sum of RGB (Red+Green+Blue) = 168+81+152=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A85198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85198 is #57AE67. Grayscale: #727272. Windows color (decimal): -5746280 or 9982376. OLE color: 9982376.

HSL color Cylindrical-coordinate representation of color #A85198: hue angle of 311.03º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A85198 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 81 152 -
CMYK 0 0.52 0.10 0.34
HSL 311.03º 0.35% 0.49% -
HSV(B) 311.03º 0.52% 0.66% -
XYZ 24.76 16.48 31.58 -
YUV 115.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 168 81 152 0 0.52 0.10 0.34 311.03 0.35 0.49
Hex A8 51 98 0 34 A 22 137 23 31
Octal 250 121 230 0 64 12 42 467 43 61
Binary 10101000 1010001 10011000 0 110100 1010 100010 100110111 100011 110001

Color Harmonies of #A85198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85198

Black with #A85198

Text Example


Text Example

White with #A85198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85198; }

 p { color: rgb(168,81,152); }

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

background-color css

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

 a { background-color: rgb(168,81,152); }

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

border-color css

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

 span { border-color: rgb(168,81,152); }

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