Html Css Color HEX #A841AB Violet Blue

📋 copy color: '#A841AB'

red 168 ◦ green 65 ◦ blue 171

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

Shades of Violet Blue #A841AB

Tints of Violet Blue #A841AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.09%

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

R = 41.58%
G = 16.09%
B = 42.33%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A841AB (or 0xA841AB) is known color: Violet Blue. HEX triplet: A8, 41 and AB. RGB value is (168,65,171). Sum of RGB (Red+Green+Blue) = 168+65+171=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #A841AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A841AB is #57BE54. Grayscale: #6B6B6B. Windows color (decimal): -5750357 or 11223464. OLE color: 11223464.

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

Color convert

RGB 168 65 171 -
CMYK 0.02 0.62 0 0.33
HSL 298.3º 0.45% 0.46% -
HSV(B) 298.3º 0.62% 0.67% -
XYZ 25.39 15.05 40.09 -
YUV 107.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 168 65 171 0.02 0.62 0 0.33 298.3 0.45 0.46
Hex A8 41 AB 2 3E 0 21 12A 2D 2E
Octal 250 101 253 2 76 0 41 452 55 56
Binary 10101000 1000001 10101011 10 111110 0 100001 100101010 101101 101110

Color Harmonies of #A841AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841AB

Black with #A841AB

Text Example


Text Example

White with #A841AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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