Html Css Color HEX #A289FA Light Slate Blue

📋 copy color: '#A289FA'

red 162 ◦ green 137 ◦ blue 250

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

Shades of Light Slate Blue #A289FA

Tints of Light Slate Blue #A289FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 29.51%
G = 24.95%
B = 45.54%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A289FA (or 0xA289FA) is known color: Light Slate Blue. HEX triplet: A2, 89 and FA. RGB value is (162,137,250). Sum of RGB (Red+Green+Blue) = 162+137+250=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #A289FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A289FA is #5D7605. Grayscale: #9C9C9C. Windows color (decimal): -6125062 or 16419234. OLE color: 16419234.

HSL color Cylindrical-coordinate representation of color #A289FA: hue angle of 253.27º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A289FA is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 137 250 -
CMYK 0.35 0.45 0 0.02
HSL 253.27º 0.92% 0.76% -
HSV(B) 253.27º 0.45% 0.98% -
XYZ 41.1 32.47 94.54 -
YUV 157.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 162 137 250 0.35 0.45 0 0.02 253.27 0.92 0.76
Hex A2 89 FA 23 2D 0 2 FD 5C 4C
Octal 242 211 372 43 55 0 2 375 134 114
Binary 10100010 10001001 11111010 100011 101101 0 10 11111101 1011100 1001100

Color Harmonies of #A289FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289FA

Black with #A289FA

Text Example


Text Example

White with #A289FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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