Html Css Color HEX #A28FFD Light Slate Blue

📋 copy color: '#A28FFD'

red 162 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #A28FFD

Tints of Light Slate Blue #A28FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.34%

R = 29.03%
G = 25.63%
B = 45.34%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A28FFD (or 0xA28FFD) is known color: Light Slate Blue. HEX triplet: A2, 8F and FD. RGB value is (162,143,253). Sum of RGB (Red+Green+Blue) = 162+143+253=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #A28FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28FFD is #5D7002. Grayscale: #A0A0A0. Windows color (decimal): -6123523 or 16617378. OLE color: 16617378.

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

Color convert

RGB 162 143 253 -
CMYK 0.36 0.43 0 0.01
HSL 250.36º 0.96% 0.78% -
HSV(B) 250.36º 0.43% 0.99% -
XYZ 42.45 34.42 97.33 -
YUV 161.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 162 143 253 0.36 0.43 0 0.01 250.36 0.96 0.78
Hex A2 8F FD 24 2B 0 1 FA 60 4E
Octal 242 217 375 44 53 0 1 372 140 116
Binary 10100010 10001111 11111101 100100 101011 0 1 11111010 1100000 1001110

Color Harmonies of #A28FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FFD

Black with #A28FFD

Text Example


Text Example

White with #A28FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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