Html Css Color HEX #A240AB Violet Blue

📋 copy color: '#A240AB'

red 162 ◦ green 64 ◦ blue 171

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

Shades of Violet Blue #A240AB

Tints of Violet Blue #A240AB

RGB

 RED value IS 162 (63.67% from 255) = 40.81%

 GREEN value IS 64 (25.39% from 255) = 16.12%

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

R = 40.81%
G = 16.12%
B = 43.07%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A240AB (or 0xA240AB) is known color: Violet Blue. HEX triplet: A2, 40 and AB. RGB value is (162,64,171). Sum of RGB (Red+Green+Blue) = 162+64+171=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #A240AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A240AB is #5DBF54. Grayscale: #696969. Windows color (decimal): -6143829 or 11223202. OLE color: 11223202.

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

Color convert

RGB 162 64 171 -
CMYK 0.05 0.63 0 0.33
HSL 294.95º 0.46% 0.46% -
HSV(B) 294.95º 0.63% 0.67% -
XYZ 24.08 14.29 40.02 -
YUV 105.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 162 64 171 0.05 0.63 0 0.33 294.95 0.46 0.46
Hex A2 40 AB 5 3F 0 21 127 2E 2E
Octal 242 100 253 5 77 0 41 447 56 56
Binary 10100010 1000000 10101011 101 111111 0 100001 100100111 101110 101110

Color Harmonies of #A240AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A240AB

Black with #A240AB

Text Example


Text Example

White with #A240AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A240AB; }

 p { color: rgb(162,64,171); }

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

background-color css

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

 a { background-color: rgb(162,64,171); }

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

border-color css

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

 span { border-color: rgb(162,64,171); }

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