Html Css Color HEX #A185FC Light Slate Blue

📋 copy color: '#A185FC'

red 161 ◦ green 133 ◦ blue 252

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

Shades of Light Slate Blue #A185FC

Tints of Light Slate Blue #A185FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 29.49%
G = 24.36%
B = 46.15%

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

#A185FC (or 0xA185FC) is known color: Light Slate Blue. HEX triplet: A1, 85 and FC. RGB value is (161,133,252). Sum of RGB (Red+Green+Blue) = 161+133+252=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #A185FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185FC is #5E7A03. Grayscale: #9A9A9A. Windows color (decimal): -6191620 or 16549281. OLE color: 16549281.

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

Color convert

RGB 161 133 252 -
CMYK 0.36 0.47 0 0.01
HSL 254.12º 0.95% 0.75% -
HSV(B) 254.12º 0.47% 0.99% -
XYZ 40.66 31.38 96.01 -
YUV 154.94 182.78 132.32 -
System Red Green Blue C M Y K H S L
Decimal 161 133 252 0.36 0.47 0 0.01 254.12 0.95 0.75
Hex A1 85 FC 24 2F 0 1 FE 5F 4B
Octal 241 205 374 44 57 0 1 376 137 113
Binary 10100001 10000101 11111100 100100 101111 0 1 11111110 1011111 1001011

Color Harmonies of #A185FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185FC

Black with #A185FC

Text Example


Text Example

White with #A185FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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