Html Css Color HEX #A28AFB Light Slate Blue

📋 copy color: '#A28AFB'

red 162 ◦ green 138 ◦ blue 251

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

Shades of Light Slate Blue #A28AFB

Tints of Light Slate Blue #A28AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.05%

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 29.4%
G = 25.05%
B = 45.55%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A28AFB (or 0xA28AFB) is known color: Light Slate Blue. HEX triplet: A2, 8A and FB. RGB value is (162,138,251). Sum of RGB (Red+Green+Blue) = 162+138+251=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #A28AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28AFB is #5D7504. Grayscale: #9D9D9D. Windows color (decimal): -6124805 or 16485026. OLE color: 16485026.

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

Color convert

RGB 162 138 251 -
CMYK 0.35 0.45 0 0.02
HSL 252.74º 0.93% 0.76% -
HSV(B) 252.74º 0.45% 0.98% -
XYZ 41.4 32.82 95.42 -
YUV 158.06 180.45 130.81 -
System Red Green Blue C M Y K H S L
Decimal 162 138 251 0.35 0.45 0 0.02 252.74 0.93 0.76
Hex A2 8A FB 23 2D 0 2 FD 5D 4C
Octal 242 212 373 43 55 0 2 375 135 114
Binary 10100010 10001010 11111011 100011 101101 0 10 11111101 1011101 1001100

Color Harmonies of #A28AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28AFB

Black with #A28AFB

Text Example


Text Example

White with #A28AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28AFB; }

 p { color: rgb(162,138,251); }

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

background-color css

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

 a { background-color: rgb(162,138,251); }

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

border-color css

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

 span { border-color: rgb(162,138,251); }

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