Html Css Color HEX #A28BFA Light Slate Blue

📋 copy color: '#A28BFA'

red 162 ◦ green 139 ◦ blue 250

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

Shades of Light Slate Blue #A28BFA

Tints of Light Slate Blue #A28BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.23%

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

R = 29.4%
G = 25.23%
B = 45.37%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A28BFA (or 0xA28BFA) is known color: Light Slate Blue. HEX triplet: A2, 8B and FA. RGB value is (162,139,250). Sum of RGB (Red+Green+Blue) = 162+139+250=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #A28BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BFA is #5D7405. Grayscale: #9E9E9E. Windows color (decimal): -6124550 or 16419746. OLE color: 16419746.

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

Color convert

RGB 162 139 250 -
CMYK 0.35 0.44 0 0.02
HSL 252.43º 0.92% 0.76% -
HSV(B) 252.43º 0.44% 0.98% -
XYZ 41.39 33.05 94.64 -
YUV 158.53 179.62 130.47 -
System Red Green Blue C M Y K H S L
Decimal 162 139 250 0.35 0.44 0 0.02 252.43 0.92 0.76
Hex A2 8B FA 23 2C 0 2 FC 5C 4C
Octal 242 213 372 43 54 0 2 374 134 114
Binary 10100010 10001011 11111010 100011 101100 0 10 11111100 1011100 1001100

Color Harmonies of #A28BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BFA

Black with #A28BFA

Text Example


Text Example

White with #A28BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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