Html Css Color HEX #A850AB Violet Blue

📋 copy color: '#A850AB'

red 168 ◦ green 80 ◦ blue 171

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

Shades of Violet Blue #A850AB

Tints of Violet Blue #A850AB

RGB

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

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

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

R = 40.1%
G = 19.09%
B = 40.81%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A850AB (or 0xA850AB) is known color: Violet Blue. HEX triplet: A8, 50 and AB. RGB value is (168,80,171). Sum of RGB (Red+Green+Blue) = 168+80+171=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #A850AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A850AB is #57AF54. Grayscale: #747474. Windows color (decimal): -5746517 or 11227304. OLE color: 11227304.

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

Color convert

RGB 168 80 171 -
CMYK 0.02 0.53 0 0.33
HSL 298.02º 0.36% 0.49% -
HSV(B) 298.02º 0.53% 0.67% -
XYZ 26.37 17 40.42 -
YUV 116.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 168 80 171 0.02 0.53 0 0.33 298.02 0.36 0.49
Hex A8 50 AB 2 35 0 21 12A 24 31
Octal 250 120 253 2 65 0 41 452 44 61
Binary 10101000 1010000 10101011 10 110101 0 100001 100101010 100100 110001

Color Harmonies of #A850AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850AB

Black with #A850AB

Text Example


Text Example

White with #A850AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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