Html Css Color HEX #A185FE Light Slate Blue

📋 copy color: '#A185FE'

red 161 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #A185FE

Tints of Light Slate Blue #A185FE

RGB

 RED value IS 161 (63.28% from 255) = 29.38%

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

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

R = 29.38%
G = 24.27%
B = 46.35%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A185FE (or 0xA185FE) is known color: Light Slate Blue. HEX triplet: A1, 85 and FE. RGB value is (161,133,254). Sum of RGB (Red+Green+Blue) = 161+133+254=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #A185FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185FE is #5E7A01. Grayscale: #9A9A9A. Windows color (decimal): -6191618 or 16680353. OLE color: 16680353.

HSL color Cylindrical-coordinate representation of color #A185FE: hue angle of 253.88º 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 #A185FE is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 133 254 -
CMYK 0.37 0.48 0 0.00
HSL 253.88º 0.98% 0.76% -
HSV(B) 253.88º 0.48% 1% -
XYZ 40.97 31.51 97.69 -
YUV 155.17 183.78 132.16 -
System Red Green Blue C M Y K H S L
Decimal 161 133 254 0.37 0.48 0 0.00 253.88 0.98 0.76
Hex A1 85 FE 25 30 0 0 FE 62 4C
Octal 241 205 376 45 60 0 0 376 142 114
Binary 10100001 10000101 11111110 100101 110000 0 0 11111110 1100010 1001100

Color Harmonies of #A185FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185FE

Black with #A185FE

Text Example


Text Example

White with #A185FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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