Html Css Color HEX #A28BFB Light Slate Blue

📋 copy color: '#A28BFB'

red 162 ◦ green 139 ◦ blue 251

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

Shades of Light Slate Blue #A28BFB

Tints of Light Slate Blue #A28BFB

RGB

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

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

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

R = 29.35%
G = 25.18%
B = 45.47%

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

#A28BFB (or 0xA28BFB) is known color: Light Slate Blue. HEX triplet: A2, 8B and FB. RGB value is (162,139,251). Sum of RGB (Red+Green+Blue) = 162+139+251=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #A28BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BFB is #5D7404. Grayscale: #9E9E9E. Windows color (decimal): -6124549 or 16485282. OLE color: 16485282.

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

Color convert

RGB 162 139 251 -
CMYK 0.35 0.45 0 0.02
HSL 252.32º 0.93% 0.76% -
HSV(B) 252.32º 0.45% 0.98% -
XYZ 41.55 33.11 95.47 -
YUV 158.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 162 139 251 0.35 0.45 0 0.02 252.32 0.93 0.76
Hex A2 8B FB 23 2D 0 2 FC 5D 4C
Octal 242 213 373 43 55 0 2 374 135 114
Binary 10100010 10001011 11111011 100011 101101 0 10 11111100 1011101 1001100

Color Harmonies of #A28BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BFB

Black with #A28BFB

Text Example


Text Example

White with #A28BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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