Html Css Color HEX #A289F7 Light Slate Blue

📋 copy color: '#A289F7'

red 162 ◦ green 137 ◦ blue 247

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

Shades of Light Slate Blue #A289F7

Tints of Light Slate Blue #A289F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.24%

R = 29.67%
G = 25.09%
B = 45.24%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A289F7 (or 0xA289F7) is known color: Light Slate Blue. HEX triplet: A2, 89 and F7. RGB value is (162,137,247). Sum of RGB (Red+Green+Blue) = 162+137+247=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 247 - color contains mainly: blue. Hex color #A289F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A289F7 is #5D7608. Grayscale: #9C9C9C. Windows color (decimal): -6125065 or 16222626. OLE color: 16222626.

HSL color Cylindrical-coordinate representation of color #A289F7: hue angle of 253.64º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A289F7 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 137 247 -
CMYK 0.34 0.45 0 0.03
HSL 253.64º 0.87% 0.75% -
HSV(B) 253.64º 0.45% 0.97% -
XYZ 40.63 32.29 92.09 -
YUV 157.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 162 137 247 0.34 0.45 0 0.03 253.64 0.87 0.75
Hex A2 89 F7 22 2D 0 3 FE 57 4B
Octal 242 211 367 42 55 0 3 376 127 113
Binary 10100010 10001001 11110111 100010 101101 0 11 11111110 1010111 1001011

Color Harmonies of #A289F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289F7

Black with #A289F7

Text Example


Text Example

White with #A289F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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