Html Css Color HEX #A15FFD Light Slate Blue

📋 copy color: '#A15FFD'

red 161 ◦ green 95 ◦ blue 253

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

Shades of Light Slate Blue #A15FFD

Tints of Light Slate Blue #A15FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.66%

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

R = 31.63%
G = 18.66%
B = 49.71%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A15FFD (or 0xA15FFD) is known color: Light Slate Blue. HEX triplet: A1, 5F and FD. RGB value is (161,95,253). Sum of RGB (Red+Green+Blue) = 161+95+253=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #A15FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15FFD is #5EA002. Grayscale: #848484. Windows color (decimal): -6201347 or 16605089. OLE color: 16605089.

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

Color convert

RGB 161 95 253 -
CMYK 0.36 0.62 0 0.01
HSL 265.06º 0.98% 0.68% -
HSV(B) 265.06º 0.62% 0.99% -
XYZ 36.52 22.85 95.41 -
YUV 132.75 195.87 148.15 -
System Red Green Blue C M Y K H S L
Decimal 161 95 253 0.36 0.62 0 0.01 265.06 0.98 0.68
Hex A1 5F FD 24 3E 0 1 109 62 44
Octal 241 137 375 44 76 0 1 411 142 104
Binary 10100001 1011111 11111101 100100 111110 0 1 100001001 1100010 1000100

Color Harmonies of #A15FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FFD

Black with #A15FFD

Text Example


Text Example

White with #A15FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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