Html Css Color HEX #A195FF Light Slate Blue

📋 copy color: '#A195FF'

red 161 ◦ green 149 ◦ blue 255

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

Shades of Light Slate Blue #A195FF

Tints of Light Slate Blue #A195FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.37%

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

R = 28.5%
G = 26.37%
B = 45.13%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A195FF (or 0xA195FF) is known color: Light Slate Blue. HEX triplet: A1, 95 and FF. RGB value is (161,149,255). Sum of RGB (Red+Green+Blue) = 161+149+255=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #A195FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A195FF is #5E6A00. Grayscale: #A4A4A4. Windows color (decimal): -6187521 or 16749985. OLE color: 16749985.

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

Color convert

RGB 161 149 255 -
CMYK 0.37 0.42 0 0
HSL 246.79º 1% 0.79% -
HSV(B) 246.79º 0.42% 1% -
XYZ 43.5 36.29 99.32 -
YUV 164.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 161 149 255 0.37 0.42 0 0 246.79 1 0.79
Hex A1 95 FF 25 2A 0 0 F7 64 4F
Octal 241 225 377 45 52 0 0 367 144 117
Binary 10100001 10010101 11111111 100101 101010 0 0 11110111 1100100 1001111

Color Harmonies of #A195FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A195FF

Black with #A195FF

Text Example


Text Example

White with #A195FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A195FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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