Html Css Color HEX #A165FF Light Slate Blue

📋 copy color: '#A165FF'

red 161 ◦ green 101 ◦ blue 255

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

Shades of Light Slate Blue #A165FF

Tints of Light Slate Blue #A165FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.54%

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

R = 31.14%
G = 19.54%
B = 49.32%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A165FF (or 0xA165FF) is known color: Light Slate Blue. HEX triplet: A1, 65 and FF. RGB value is (161,101,255). Sum of RGB (Red+Green+Blue) = 161+101+255=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #A165FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A165FF is #5E9A00. Grayscale: #878787. Windows color (decimal): -6199809 or 16737697. OLE color: 16737697.

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

Color convert

RGB 161 101 255 -
CMYK 0.37 0.60 0 0
HSL 263.38º 1% 0.7% -
HSV(B) 263.38º 0.6% 1% -
XYZ 37.4 24.1 97.29 -
YUV 136.5 194.88 145.48 -
System Red Green Blue C M Y K H S L
Decimal 161 101 255 0.37 0.60 0 0 263.38 1 0.7
Hex A1 65 FF 25 3C 0 0 107 64 46
Octal 241 145 377 45 74 0 0 407 144 106
Binary 10100001 1100101 11111111 100101 111100 0 0 100000111 1100100 1000110

Color Harmonies of #A165FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A165FF

Black with #A165FF

Text Example


Text Example

White with #A165FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A165FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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