Html Css Color HEX #A28FFF Light Slate Blue

📋 copy color: '#A28FFF'

red 162 ◦ green 143 ◦ blue 255

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

Shades of Light Slate Blue #A28FFF

Tints of Light Slate Blue #A28FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.54%

R = 28.93%
G = 25.54%
B = 45.54%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A28FFF (or 0xA28FFF) is known color: Light Slate Blue. HEX triplet: A2, 8F and FF. RGB value is (162,143,255). Sum of RGB (Red+Green+Blue) = 162+143+255=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #A28FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28FFF is #5D7000. Grayscale: #A1A1A1. Windows color (decimal): -6123521 or 16748450. OLE color: 16748450.

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

Color convert

RGB 162 143 255 -
CMYK 0.36 0.44 0 0
HSL 250.18º 1% 0.78% -
HSV(B) 250.18º 0.44% 1% -
XYZ 42.77 34.55 99.02 -
YUV 161.45 180.79 128.39 -
System Red Green Blue C M Y K H S L
Decimal 162 143 255 0.36 0.44 0 0 250.18 1 0.78
Hex A2 8F FF 24 2C 0 0 FA 64 4E
Octal 242 217 377 44 54 0 0 372 144 116
Binary 10100010 10001111 11111111 100100 101100 0 0 11111010 1100100 1001110

Color Harmonies of #A28FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FFF

Black with #A28FFF

Text Example


Text Example

White with #A28FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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