Html Css Color HEX #A28FFC Light Slate Blue

📋 copy color: '#A28FFC'

red 162 ◦ green 143 ◦ blue 252

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

Shades of Light Slate Blue #A28FFC

Tints of Light Slate Blue #A28FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.67%

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 29.08%
G = 25.67%
B = 45.24%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A28FFC (or 0xA28FFC) is known color: Light Slate Blue. HEX triplet: A2, 8F and FC. RGB value is (162,143,252). Sum of RGB (Red+Green+Blue) = 162+143+252=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #A28FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28FFC is #5D7003. Grayscale: #A0A0A0. Windows color (decimal): -6123524 or 16551842. OLE color: 16551842.

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

Color convert

RGB 162 143 252 -
CMYK 0.36 0.43 0 0.01
HSL 250.46º 0.95% 0.77% -
HSV(B) 250.46º 0.43% 0.99% -
XYZ 42.29 34.35 96.5 -
YUV 161.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 162 143 252 0.36 0.43 0 0.01 250.46 0.95 0.77
Hex A2 8F FC 24 2B 0 1 FA 5F 4D
Octal 242 217 374 44 53 0 1 372 137 115
Binary 10100010 10001111 11111100 100100 101011 0 1 11111010 1011111 1001101

Color Harmonies of #A28FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FFC

Black with #A28FFC

Text Example


Text Example

White with #A28FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FFC; }

 p { color: rgb(162,143,252); }

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

background-color css

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

 a { background-color: rgb(162,143,252); }

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

border-color css

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

 span { border-color: rgb(162,143,252); }

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