Html Css Color HEX #A885FE Light Slate Blue

📋 copy color: '#A885FE'

red 168 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #A885FE

Tints of Light Slate Blue #A885FE

RGB

 RED value IS 168 (66.02% from 255) = 30.27%

 GREEN value IS 133 (52.34% from 255) = 23.96%

 BLUE value IS 254 (99.61% from 255) = 45.77%

R = 30.27%
G = 23.96%
B = 45.77%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A885FE (or 0xA885FE) is known color: Light Slate Blue. HEX triplet: A8, 85 and FE. RGB value is (168,133,254). Sum of RGB (Red+Green+Blue) = 168+133+254=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #A885FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885FE is #577A01. Grayscale: #9C9C9C. Windows color (decimal): -5732866 or 16680360. OLE color: 16680360.

HSL color Cylindrical-coordinate representation of color #A885FE: hue angle of 257.36º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A885FE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 133 254 -
CMYK 0.34 0.48 0 0.00
HSL 257.36º 0.98% 0.76% -
HSV(B) 257.36º 0.48% 1% -
XYZ 42.43 32.26 97.76 -
YUV 157.26 182.6 135.66 -
System Red Green Blue C M Y K H S L
Decimal 168 133 254 0.34 0.48 0 0.00 257.36 0.98 0.76
Hex A8 85 FE 22 30 0 0 101 62 4C
Octal 250 205 376 42 60 0 0 401 142 114
Binary 10101000 10000101 11111110 100010 110000 0 0 100000001 1100010 1001100

Color Harmonies of #A885FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885FE

Black with #A885FE

Text Example


Text Example

White with #A885FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885FE; }

 p { color: rgb(168,133,254); }

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

background-color css

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

 a { background-color: rgb(168,133,254); }

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

border-color css

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

 span { border-color: rgb(168,133,254); }

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