Html Css Color HEX #A28FFA Light Slate Blue

📋 copy color: '#A28FFA'

red 162 ◦ green 143 ◦ blue 250

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

Shades of Light Slate Blue #A28FFA

Tints of Light Slate Blue #A28FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.77%

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

R = 29.19%
G = 25.77%
B = 45.05%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A28FFA (or 0xA28FFA) is known color: Light Slate Blue. HEX triplet: A2, 8F and FA. RGB value is (162,143,250). Sum of RGB (Red+Green+Blue) = 162+143+250=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #A28FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28FFA is #5D7005. Grayscale: #A0A0A0. Windows color (decimal): -6123526 or 16420770. OLE color: 16420770.

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

Color convert

RGB 162 143 250 -
CMYK 0.35 0.43 0 0.02
HSL 250.65º 0.91% 0.77% -
HSV(B) 250.65º 0.43% 0.98% -
XYZ 41.98 34.23 94.84 -
YUV 160.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 162 143 250 0.35 0.43 0 0.02 250.65 0.91 0.77
Hex A2 8F FA 23 2B 0 2 FB 5B 4D
Octal 242 217 372 43 53 0 2 373 133 115
Binary 10100010 10001111 11111010 100011 101011 0 10 11111011 1011011 1001101

Color Harmonies of #A28FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FFA

Black with #A28FFA

Text Example


Text Example

White with #A28FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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