Html Css Color HEX #A28CFA Light Slate Blue

📋 copy color: '#A28CFA'

red 162 ◦ green 140 ◦ blue 250

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

Shades of Light Slate Blue #A28CFA

Tints of Light Slate Blue #A28CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.36%

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

R = 29.35%
G = 25.36%
B = 45.29%

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

#A28CFA (or 0xA28CFA) is known color: Light Slate Blue. HEX triplet: A2, 8C and FA. RGB value is (162,140,250). Sum of RGB (Red+Green+Blue) = 162+140+250=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #A28CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CFA is #5D7305. Grayscale: #9E9E9E. Windows color (decimal): -6124294 or 16420002. OLE color: 16420002.

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

Color convert

RGB 162 140 250 -
CMYK 0.35 0.44 0 0.02
HSL 252º 0.92% 0.76% -
HSV(B) 252º 0.44% 0.98% -
XYZ 41.53 33.34 94.69 -
YUV 159.12 179.29 130.06 -
System Red Green Blue C M Y K H S L
Decimal 162 140 250 0.35 0.44 0 0.02 252 0.92 0.76
Hex A2 8C FA 23 2C 0 2 FC 5C 4C
Octal 242 214 372 43 54 0 2 374 134 114
Binary 10100010 10001100 11111010 100011 101100 0 10 11111100 1011100 1001100

Color Harmonies of #A28CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28CFA

Black with #A28CFA

Text Example


Text Example

White with #A28CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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