Html Css Color HEX #A28DFA Light Slate Blue

📋 copy color: '#A28DFA'

red 162 ◦ green 141 ◦ blue 250

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

Shades of Light Slate Blue #A28DFA

Tints of Light Slate Blue #A28DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.5%

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

R = 29.29%
G = 25.5%
B = 45.21%

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

#A28DFA (or 0xA28DFA) is known color: Light Slate Blue. HEX triplet: A2, 8D and FA. RGB value is (162,141,250). Sum of RGB (Red+Green+Blue) = 162+141+250=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #A28DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28DFA is #5D7205. Grayscale: #9F9F9F. Windows color (decimal): -6124038 or 16420258. OLE color: 16420258.

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

Color convert

RGB 162 141 250 -
CMYK 0.35 0.44 0 0.02
HSL 251.56º 0.92% 0.77% -
HSV(B) 251.56º 0.44% 0.98% -
XYZ 41.68 33.63 94.74 -
YUV 159.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 162 141 250 0.35 0.44 0 0.02 251.56 0.92 0.77
Hex A2 8D FA 23 2C 0 2 FC 5C 4D
Octal 242 215 372 43 54 0 2 374 134 115
Binary 10100010 10001101 11111010 100011 101100 0 10 11111100 1011100 1001101

Color Harmonies of #A28DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28DFA

Black with #A28DFA

Text Example


Text Example

White with #A28DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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