Html Css Color HEX #A85098 Violet Blue

📋 copy color: '#A85098'

red 168 ◦ green 80 ◦ blue 152

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

Shades of Violet Blue #A85098

Tints of Violet Blue #A85098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20%

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

R = 42%
G = 20%
B = 38%

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

#A85098 (or 0xA85098) is known color: Violet Blue. HEX triplet: A8, 50 and 98. RGB value is (168,80,152). Sum of RGB (Red+Green+Blue) = 168+80+152=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A85098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85098 is #57AF67. Grayscale: #727272. Windows color (decimal): -5746536 or 9982120. OLE color: 9982120.

HSL color Cylindrical-coordinate representation of color #A85098: hue angle of 310.91º 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 #A85098 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 80 152 -
CMYK 0 0.52 0.10 0.34
HSL 310.91º 0.35% 0.49% -
HSV(B) 310.91º 0.52% 0.66% -
XYZ 24.68 16.33 31.56 -
YUV 114.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 168 80 152 0 0.52 0.10 0.34 310.91 0.35 0.49
Hex A8 50 98 0 34 A 22 137 23 31
Octal 250 120 230 0 64 12 42 467 43 61
Binary 10101000 1010000 10011000 0 110100 1010 100010 100110111 100011 110001

Color Harmonies of #A85098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85098

Black with #A85098

Text Example


Text Example

White with #A85098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85098; }

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

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

background-color css

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

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

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

border-color css

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

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

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