Html Css Color HEX #A28CFD Light Slate Blue

📋 copy color: '#A28CFD'

red 162 ◦ green 140 ◦ blue 253

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

Shades of Light Slate Blue #A28CFD

Tints of Light Slate Blue #A28CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 29.19%
G = 25.23%
B = 45.59%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A28CFD (or 0xA28CFD) is known color: Light Slate Blue. HEX triplet: A2, 8C and FD. RGB value is (162,140,253). Sum of RGB (Red+Green+Blue) = 162+140+253=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #A28CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CFD is #5D7302. Grayscale: #9F9F9F. Windows color (decimal): -6124291 or 16616610. OLE color: 16616610.

HSL color Cylindrical-coordinate representation of color #A28CFD: hue angle of 251.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A28CFD is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 140 253 -
CMYK 0.36 0.45 0 0.01
HSL 251.68º 0.97% 0.77% -
HSV(B) 251.68º 0.45% 0.99% -
XYZ 42.01 33.53 97.19 -
YUV 159.46 180.79 129.81 -
System Red Green Blue C M Y K H S L
Decimal 162 140 253 0.36 0.45 0 0.01 251.68 0.97 0.77
Hex A2 8C FD 24 2D 0 1 FC 61 4D
Octal 242 214 375 44 55 0 1 374 141 115
Binary 10100010 10001100 11111101 100100 101101 0 1 11111100 1100001 1001101

Color Harmonies of #A28CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28CFD

Black with #A28CFD

Text Example


Text Example

White with #A28CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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