Html Css Color HEX #A185FB Light Slate Blue

📋 copy color: '#A185FB'

red 161 ◦ green 133 ◦ blue 251

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

Shades of Light Slate Blue #A185FB

Tints of Light Slate Blue #A185FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.06%

R = 29.54%
G = 24.4%
B = 46.06%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A185FB (or 0xA185FB) is known color: Light Slate Blue. HEX triplet: A1, 85 and FB. RGB value is (161,133,251). Sum of RGB (Red+Green+Blue) = 161+133+251=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #A185FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185FB is #5E7A04. Grayscale: #9A9A9A. Windows color (decimal): -6191621 or 16483745. OLE color: 16483745.

HSL color Cylindrical-coordinate representation of color #A185FB: hue angle of 254.24º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A185FB is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 133 251 -
CMYK 0.36 0.47 0 0.02
HSL 254.24º 0.94% 0.75% -
HSV(B) 254.24º 0.47% 0.98% -
XYZ 40.5 31.32 95.18 -
YUV 154.82 182.28 132.41 -
System Red Green Blue C M Y K H S L
Decimal 161 133 251 0.36 0.47 0 0.02 254.24 0.94 0.75
Hex A1 85 FB 24 2F 0 2 FE 5E 4B
Octal 241 205 373 44 57 0 2 376 136 113
Binary 10100001 10000101 11111011 100100 101111 0 10 11111110 1011110 1001011

Color Harmonies of #A185FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185FB

Black with #A185FB

Text Example


Text Example

White with #A185FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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