Html Css Color HEX #A185FF Light Slate Blue

📋 copy color: '#A185FF'

red 161 ◦ green 133 ◦ blue 255

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

Shades of Light Slate Blue #A185FF

Tints of Light Slate Blue #A185FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.45%

R = 29.33%
G = 24.23%
B = 46.45%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A185FF (or 0xA185FF) is known color: Light Slate Blue. HEX triplet: A1, 85 and FF. RGB value is (161,133,255). Sum of RGB (Red+Green+Blue) = 161+133+255=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #A185FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185FF is #5E7A00. Grayscale: #9A9A9A. Windows color (decimal): -6191617 or 16745889. OLE color: 16745889.

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

Color convert

RGB 161 133 255 -
CMYK 0.37 0.48 0 0
HSL 253.77º 1% 0.76% -
HSV(B) 253.77º 0.48% 1% -
XYZ 41.14 31.57 98.53 -
YUV 155.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 161 133 255 0.37 0.48 0 0 253.77 1 0.76
Hex A1 85 FF 25 30 0 0 FE 64 4C
Octal 241 205 377 45 60 0 0 376 144 114
Binary 10100001 10000101 11111111 100101 110000 0 0 11111110 1100100 1001100

Color Harmonies of #A185FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185FF

Black with #A185FF

Text Example


Text Example

White with #A185FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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