Html Css Color HEX #A28AF7 Light Slate Blue

📋 copy color: '#A28AF7'

red 162 ◦ green 138 ◦ blue 247

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

Shades of Light Slate Blue #A28AF7

Tints of Light Slate Blue #A28AF7

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.23%

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

R = 29.62%
G = 25.23%
B = 45.16%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A28AF7 (or 0xA28AF7) is known color: Light Slate Blue. HEX triplet: A2, 8A and F7. RGB value is (162,138,247). Sum of RGB (Red+Green+Blue) = 162+138+247=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #A28AF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28AF7 is #5D7508. Grayscale: #9D9D9D. Windows color (decimal): -6124809 or 16222882. OLE color: 16222882.

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

Color convert

RGB 162 138 247 -
CMYK 0.34 0.44 0 0.03
HSL 253.21º 0.87% 0.75% -
HSV(B) 253.21º 0.44% 0.97% -
XYZ 40.78 32.57 92.13 -
YUV 157.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 162 138 247 0.34 0.44 0 0.03 253.21 0.87 0.75
Hex A2 8A F7 22 2C 0 3 FD 57 4B
Octal 242 212 367 42 54 0 3 375 127 113
Binary 10100010 10001010 11110111 100010 101100 0 11 11111101 1010111 1001011

Color Harmonies of #A28AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28AF7

Black with #A28AF7

Text Example


Text Example

White with #A28AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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