Html Css Color HEX #A289FE Light Slate Blue

📋 copy color: '#A289FE'

red 162 ◦ green 137 ◦ blue 254

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

Shades of Light Slate Blue #A289FE

Tints of Light Slate Blue #A289FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 29.29%
G = 24.77%
B = 45.93%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A289FE (or 0xA289FE) is known color: Light Slate Blue. HEX triplet: A2, 89 and FE. RGB value is (162,137,254). Sum of RGB (Red+Green+Blue) = 162+137+254=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #A289FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A289FE is #5D7601. Grayscale: #9D9D9D. Windows color (decimal): -6125058 or 16681378. OLE color: 16681378.

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

Color convert

RGB 162 137 254 -
CMYK 0.36 0.46 0 0.00
HSL 252.82º 0.98% 0.77% -
HSV(B) 252.82º 0.46% 1% -
XYZ 41.74 32.73 97.88 -
YUV 157.81 182.28 130.99 -
System Red Green Blue C M Y K H S L
Decimal 162 137 254 0.36 0.46 0 0.00 252.82 0.98 0.77
Hex A2 89 FE 24 2E 0 0 FD 62 4D
Octal 242 211 376 44 56 0 0 375 142 115
Binary 10100010 10001001 11111110 100100 101110 0 0 11111101 1100010 1001101

Color Harmonies of #A289FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289FE

Black with #A289FE

Text Example


Text Example

White with #A289FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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