Html Css Color HEX #A189FF Light Slate Blue

📋 copy color: '#A189FF'

red 161 ◦ green 137 ◦ blue 255

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

Shades of Light Slate Blue #A189FF

Tints of Light Slate Blue #A189FF

RGB

 RED value IS 161 (63.28% from 255) = 29.11%

 GREEN value IS 137 (53.91% from 255) = 24.77%

 BLUE value IS 255 (100% from 255) = 46.11%

R = 29.11%
G = 24.77%
B = 46.11%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A189FF (or 0xA189FF) is known color: Light Slate Blue. HEX triplet: A1, 89 and FF. RGB value is (161,137,255). Sum of RGB (Red+Green+Blue) = 161+137+255=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #A189FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A189FF is #5E7600. Grayscale: #9D9D9D. Windows color (decimal): -6190593 or 16746913. OLE color: 16746913.

HSL color Cylindrical-coordinate representation of color #A189FF: hue angle of 252.2º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A189FF is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 161 137 255 -
CMYK 0.37 0.46 0 0
HSL 252.2º 1% 0.77% -
HSV(B) 252.2º 0.46% 1% -
XYZ 41.69 32.69 98.72 -
YUV 157.63 182.95 130.41 -
System Red Green Blue C M Y K H S L
Decimal 161 137 255 0.37 0.46 0 0 252.2 1 0.77
Hex A1 89 FF 25 2E 0 0 FC 64 4D
Octal 241 211 377 45 56 0 0 374 144 115
Binary 10100001 10001001 11111111 100101 101110 0 0 11111100 1100100 1001101

Color Harmonies of #A189FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A189FF

Black with #A189FF

Text Example


Text Example

White with #A189FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A189FF; }

 p { color: rgb(161,137,255); }

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

background-color css

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

 a { background-color: rgb(161,137,255); }

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

border-color css

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

 span { border-color: rgb(161,137,255); }

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