Html Css Color HEX #A650AB Violet Blue

📋 copy color: '#A650AB'

red 166 ◦ green 80 ◦ blue 171

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

Shades of Violet Blue #A650AB

Tints of Violet Blue #A650AB

RGB

 RED value IS 166 (65.23% from 255) = 39.81%

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

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

R = 39.81%
G = 19.18%
B = 41.01%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A650AB (or 0xA650AB) is known color: Violet Blue. HEX triplet: A6, 50 and AB. RGB value is (166,80,171). Sum of RGB (Red+Green+Blue) = 166+80+171=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #A650AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A650AB is #59AF54. Grayscale: #737373. Windows color (decimal): -5877589 or 11227302. OLE color: 11227302.

HSL color Cylindrical-coordinate representation of color #A650AB: hue angle of 296.7º 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 #A650AB is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 80 171 -
CMYK 0.03 0.53 0 0.33
HSL 296.7º 0.36% 0.49% -
HSV(B) 296.7º 0.53% 0.67% -
XYZ 25.95 16.78 40.4 -
YUV 116.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 166 80 171 0.03 0.53 0 0.33 296.7 0.36 0.49
Hex A6 50 AB 3 35 0 21 129 24 31
Octal 246 120 253 3 65 0 41 451 44 61
Binary 10100110 1010000 10101011 11 110101 0 100001 100101001 100100 110001

Color Harmonies of #A650AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A650AB

Black with #A650AB

Text Example


Text Example

White with #A650AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A650AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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