Html Css Color HEX #A28EFA Light Slate Blue

📋 copy color: '#A28EFA'

red 162 ◦ green 142 ◦ blue 250

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

Shades of Light Slate Blue #A28EFA

Tints of Light Slate Blue #A28EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.63%

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

R = 29.24%
G = 25.63%
B = 45.13%

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

#A28EFA (or 0xA28EFA) is known color: Light Slate Blue. HEX triplet: A2, 8E and FA. RGB value is (162,142,250). Sum of RGB (Red+Green+Blue) = 162+142+250=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #A28EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28EFA is #5D7105. Grayscale: #9F9F9F. Windows color (decimal): -6123782 or 16420514. OLE color: 16420514.

HSL color Cylindrical-coordinate representation of color #A28EFA: hue angle of 251.11º degrees, saturation: 0.92, 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 #A28EFA is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 142 250 -
CMYK 0.35 0.43 0 0.02
HSL 251.11º 0.92% 0.77% -
HSV(B) 251.11º 0.43% 0.98% -
XYZ 41.83 33.93 94.79 -
YUV 160.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 162 142 250 0.35 0.43 0 0.02 251.11 0.92 0.77
Hex A2 8E FA 23 2B 0 2 FB 5C 4D
Octal 242 216 372 43 53 0 2 373 134 115
Binary 10100010 10001110 11111010 100011 101011 0 10 11111011 1011100 1001101

Color Harmonies of #A28EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EFA

Black with #A28EFA

Text Example


Text Example

White with #A28EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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