Html Css Color HEX #A289FF Light Slate Blue

📋 copy color: '#A289FF'

red 162 ◦ green 137 ◦ blue 255

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

Shades of Light Slate Blue #A289FF

Tints of Light Slate Blue #A289FF

RGB

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

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

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

R = 29.24%
G = 24.73%
B = 46.03%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A289FF (or 0xA289FF) is known color: Light Slate Blue. HEX triplet: A2, 89 and FF. RGB value is (162,137,255). Sum of RGB (Red+Green+Blue) = 162+137+255=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #A289FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A289FF is #5D7600. Grayscale: #9D9D9D. Windows color (decimal): -6125057 or 16746914. OLE color: 16746914.

HSL color Cylindrical-coordinate representation of color #A289FF: hue angle of 252.71º 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 #A289FF is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 162 137 255 -
CMYK 0.36 0.46 0 0
HSL 252.71º 1% 0.77% -
HSV(B) 252.71º 0.46% 1% -
XYZ 41.9 32.79 98.73 -
YUV 157.93 182.78 130.91 -
System Red Green Blue C M Y K H S L
Decimal 162 137 255 0.36 0.46 0 0 252.71 1 0.77
Hex A2 89 FF 24 2E 0 0 FD 64 4D
Octal 242 211 377 44 56 0 0 375 144 115
Binary 10100010 10001001 11111111 100100 101110 0 0 11111101 1100100 1001101

Color Harmonies of #A289FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289FF

Black with #A289FF

Text Example


Text Example

White with #A289FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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