Html Css Color HEX #A185FD Light Slate Blue

📋 copy color: '#A185FD'

red 161 ◦ green 133 ◦ blue 253

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

Shades of Light Slate Blue #A185FD

Tints of Light Slate Blue #A185FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.25%

R = 29.43%
G = 24.31%
B = 46.25%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A185FD (or 0xA185FD) is known color: Light Slate Blue. HEX triplet: A1, 85 and FD. RGB value is (161,133,253). Sum of RGB (Red+Green+Blue) = 161+133+253=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #A185FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185FD is #5E7A02. Grayscale: #9A9A9A. Windows color (decimal): -6191619 or 16614817. OLE color: 16614817.

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

Color convert

RGB 161 133 253 -
CMYK 0.36 0.47 0 0.01
HSL 254º 0.97% 0.76% -
HSV(B) 254º 0.47% 0.99% -
XYZ 40.82 31.44 96.85 -
YUV 155.05 183.28 132.24 -
System Red Green Blue C M Y K H S L
Decimal 161 133 253 0.36 0.47 0 0.01 254 0.97 0.76
Hex A1 85 FD 24 2F 0 1 FE 61 4C
Octal 241 205 375 44 57 0 1 376 141 114
Binary 10100001 10000101 11111101 100100 101111 0 1 11111110 1100001 1001100

Color Harmonies of #A185FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185FD

Black with #A185FD

Text Example


Text Example

White with #A185FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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